snort/.vscode/settings.json

20 lines
458 B
JSON
Raw Normal View History

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