14 lines
324 B
JSON
14 lines
324 B
JSON
{
|
|
"files.associations": {
|
|
"*.js": "javascript",
|
|
"array": "cpp"
|
|
},
|
|
"editor.codeLens": false,
|
|
"editor.tabSize": 2,
|
|
"liveServer.settings.port": 5501,
|
|
"chat.tools.terminal.autoApprove": {
|
|
"mv": true,
|
|
"npm install": true
|
|
},
|
|
"specstory.cloudSync.enabled": "never",
|
|
} |