/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.17
.vscode/settings.json
26 строк
700 B
Alan Agius
build: improve source map configuration for better debugging
09 окт 2025, 13:32
09 окт 2025, 13:32
1d76e40
Код
Авторство
О чём код?
{ "[javascript]": { "editor.formatOnSave": true }, "[typescript]": { "editor.formatOnSave": true }, // Exclude third party modules and build artifacts from the editor watchers/searches. "files.watcherExclude": { "**/.git/objects/**": true, "**/.git/subtree-cache/**": true, "**/node_modules/**": true, "**/bazel-out/**": true, "**/dist/**": true, "**/dist-schema/**": true }, "search.exclude": { "**/node_modules": true, "**/bazel-out": true, "**/dist": true, "**/dist-schema": true, ".history": true }, "git.ignoreLimitWarning": true, "gitlens.advanced.blame.customArguments": ["--ignore-revs-file .git-blame-ignore-revs"] }