From 3814cf29e5a6fb434459576fb956ef45671d0d4d Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Thu, 6 Jul 2017 14:19:22 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16b63720..83fcf7d8 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ cquery includes a vscode extension; it is part of the repository. Launch vscode and install the `vscode-extension.tsix` extension. To do this: - Hit `F1`; execute the command `Install from VSIX`. -- Select `vscode-extension.tsix` in the file chooser. +- Select `vscode-extension.vsix` in the file chooser. **IMPORTANT:** Please reinstall the extension when you sync the code base - it is still being developed.