]> git.lizzy.rs Git - rust.git/commit
Merge #6885
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Tue, 15 Dec 2020 07:42:27 +0000 (07:42 +0000)
committerGitHub <noreply@github.com>
Tue, 15 Dec 2020 07:42:27 +0000 (07:42 +0000)
commit67e299f9cf5807e92cf1e398511a5d5377f9dd84
tree7eff8b87b5a1120f06d74476644cffbd54d49223
parent34f7b5383af61d8896c97e407888cfde2ba35350
parentc256eba21b5bab955721b00cdab72b6302484f7f
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>