Public commit
This commit is contained in:
12
.vscode/settings.json
vendored
Normal file
12
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"typescript.inlayHints.parameterNames.enabled": "none",
|
||||
"json.schemas": [
|
||||
{
|
||||
"fileMatch": ["dist/manifest.json"],
|
||||
"url": "https://json.schemastore.org/chrome-manifest.json"
|
||||
}
|
||||
],
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"cSpell.words": ["hookz", "submatch", "submatches"]
|
||||
}
|
Reference in New Issue
Block a user