copilot-api / .vscode /settings.json
imseldrith's picture
Initial upload from Colab
9e27976 verified
raw
history blame contribute delete
194 Bytes
{
"deno.enable": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
"typescript.tsdk": "node_modules/typescript/lib"
}