/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.vscode/recommended-settings.json
25 строк
674 B
Alan Agius
build: enable breakpoints in source files (#64220)
08 окт 2025, 03:38
08 окт 2025, 03:38
66999dd
Код
Авторство
О чём код?
{ "[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 }, "search.exclude": { "**/node_modules": true, "**/bower_components": true, "**/bazel-out": true, "**/dist": true, ".history": true }, "git.ignoreLimitWarning": true, "gitlens.advanced.blame.customArguments": ["--ignore-revs-file .git-blame-ignore-revs"] }