Skip to content

Commit

Permalink
Update settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
samss084 authored Dec 31, 2024
1 parent b02d7c3 commit a09c1a7
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
{
"workbench.editorAssociations": .android,.node,android,node,yaml,python;
"env node": "edit env node"
},
"workbench.editor.customLabels.patterns": {
"ignore": "patterns"
},
"terminal.integrated.commandsToSkipShell": [
"Ignore Integrated shell[...]",
"commands to skip shell"
"env node": "env node"
}
],
"files.exclude": {
"skipped commands": true
"skipped commands": false
}
}

0 comments on commit a09c1a7

Please sign in to comment.