snort/.vscode/settings.json

20 lines
457 B
JSON
Raw Permalink Normal View History

2023-03-29 13:10:22 +01:00
{
2023-07-22 19:37:46 +01:00
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true,
"**/node_modules": true
2023-07-13 22:44:26 +01:00
},
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
2023-07-24 15:30:21 +01:00
"eslint.nodePath": ".yarn/sdks",
"prettier.prettierPath": ".yarn/sdks/prettier/index.js"
2023-07-22 19:37:46 +01:00
}