chore: disable deno on vscode (#388)

This commit is contained in:
Shohei Ueda 2020-07-17 16:08:23 +09:00 committed by GitHub
parent 1eeaa0edab
commit 71327d4646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
{
"git.ignoreLimitWarning": true
"git.ignoreLimitWarning": true,
"deno.enable": false
}