Skip to content

Commit

Permalink
feat: add settings to affect completions (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk authored Mar 12, 2021
1 parent 1371584 commit 9159ff5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,26 @@
"C:\\path\\to\\import_map.json"
]
},
"deno.suggest.autoImports": {
"type": "boolean",
"default": true,
"scope": "window"
},
"deno.suggest.completeFunctionCalls": {
"type": "boolean",
"default": false,
"scope": "window"
},
"deno.suggest.names": {
"type": "boolean",
"default": true,
"scope": "window"
},
"deno.suggest.paths": {
"type": "boolean",
"default": true,
"scope": "window"
},
"deno.unstable": {
"type": "boolean",
"default": false,
Expand Down

0 comments on commit 9159ff5

Please sign in to comment.