Skip to content

Commit

Permalink
chore: update vscode workspace default settings (flyteorg#309)
Browse files Browse the repository at this point in the history
Signed-off-by: Nastya Rusina <nastya@union.ai>
  • Loading branch information
anrusina authored Mar 14, 2022
1 parent 7faf71d commit 9216a06
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ app/public/styles/*.css
venv/

# Frontend
.vscode/
.awcache/
.dist/
npm-debug.log
Expand Down
13 changes: 13 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp

// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"eamodio.gitlens"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [

]
}
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"[html]": {
"editor.tabSize": 4
},
"[javascript][javascriptreact][typescript][typescriptreact]": {
"editor.detectIndentation": false,
"editor.tabSize": 2
},
}

0 comments on commit 9216a06

Please sign in to comment.