Skip to content

Commit 67e299f

Browse files
Merge #6885
6885: Add !language-configuration.json to .vscodeignore r=matklad a=bryangingechen #6840 added a `language-configuration.json` file to `package.json`, but because `.vscodeignore` was not updated, this file was not uploaded when the extension was published, leading to constant errors in the VS Code dev tools console: ``` [Extension Host] stack trace: Error: ENOENT: no such file or directory, open '/Users/-/.vscode/extensions/matklad.rust-analyzer-0.2.416/language-configuration.json' ``` Co-authored-by: Bryan Gin-ge Chen <bryangingechen@gmail.com>
2 parents 34f7b53 + c256eba commit 67e299f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editors/code/.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
**
2+
!language-configuration.json
23
!out/src/main.js
34
!package.json
45
!package-lock.json

0 commit comments

Comments
 (0)