Files
vastly/.vscode/settings.json
2024-12-16 21:04:05 -06:00

14 lines
291 B
JSON

{
"cSpell.words": ["dlperf", "vastly", "vmem"],
"cSpell.ignorePaths": [
"package-lock.json",
"node_modules",
"vscode-extension",
".git/{info,lfs,logs,refs,objects}/**",
".git/{index,*refs,*HEAD}",
".vscode",
".vscode-insiders",
"/home/linuxbrew/**"
]
}