rust-analyzer/editors/code
Seivan Heidari 5957b851e4 Refactor how themes are found in packages without relying on parsing JSONC.
However, there is still an issue where themes could have been defined in JSONC - but so far with testing very few of them actually do. The issue was in loading packages and now we're letting VSCode tackle that.
Fix: https://github.com/rust-analyzer/rust-analyzer/pull/2061#discussion_r339015610
2019-10-26 16:29:49 +02:00
..
.vscode Initial Visual Studio Code unit tests 2019-06-26 20:31:36 +10:00
src Refactor how themes are found in packages without relying on parsing JSONC. 2019-10-26 16:29:49 +02:00
.gitignore add rollup bundler for vscode extension 2019-09-23 23:25:16 +02:00
.prettierignore Run VS Code tests on CI 2019-06-30 07:12:42 +10:00
.vscodeignore add rollup bundler for vscode extension 2019-09-23 23:25:16 +02:00
package-lock.json Proof of concept theming and 'tokenColorCustomizations' support. 2019-10-24 17:25:23 +02:00
package.json Refactor how themes are found in packages without relying on parsing JSONC. 2019-10-26 16:29:49 +02:00
rollup.config.js add rollup bundler for vscode extension 2019-09-23 23:25:16 +02:00
tsconfig.json Add noUnusedLocals to VsCode tsconfig 2019-06-29 18:00:22 +10:00
tslint.json Run prettier on all files 2018-10-08 22:38:33 +01:00