Skip to content

Commit

Permalink
vscode files
Browse files Browse the repository at this point in the history
  • Loading branch information
elazarcoh committed Sep 23, 2021
1 parent a03a692 commit f3a52ef
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"visualstudioexptteam.vscodeintellicode",
"dbaeumer.vscode-eslint"
]
}
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"prettier.enable": true,
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modificationsIfAvailable",
"cSpell.enabled": true
"cSpell.enabled": true,
"cSpell.words": [
"vsix"
],
}
13 changes: 13 additions & 0 deletions workspace.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"folders": [
{
"path": "."
},
{
"path": "test\\extension-example-configuration"
}
],
"settings": {
"cSpell.enabled": true
}
}

0 comments on commit f3a52ef

Please sign in to comment.