rm element web

This commit is contained in:
cy 2025-04-05 12:57:19 -04:00
parent 7c180248fb
commit 8ead8c14e3
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
4 changed files with 7 additions and 34 deletions

View file

@ -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;