rm element web
This commit is contained in:
parent
7c180248fb
commit
8ead8c14e3
4 changed files with 7 additions and 34 deletions
|
@ -24,6 +24,7 @@
|
|||
golang.go
|
||||
ms-python.python
|
||||
christian-kohler.path-intellisense
|
||||
# firefox-devtools.vscode-firefox-debug
|
||||
];
|
||||
userSettings =
|
||||
let
|
||||
|
@ -74,6 +75,11 @@
|
|||
"telemetry.enableTelemetry" = false;
|
||||
"telemetry.telemetryLevel" = "off";
|
||||
"window.titleBarStyle" = "custom";
|
||||
# https://github.com/ChristianKohler/PathIntellisense#installation
|
||||
"typescript.suggest.paths" = false;
|
||||
"javascript.suggest.paths" = false;
|
||||
|
||||
"path-intellisense.absolutePathToWorkspace" = true;
|
||||
|
||||
# terminal stuff
|
||||
"terminal.integrated.cursorBlinking" = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue