We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5412cc + 23b5606 commit 0d89959Copy full SHA for 0d89959
.gitignore
@@ -9,6 +9,7 @@
9
!.gitpod.Dockerfile
10
!learn.json
11
!README.md
12
+!.vscode
13
14
# learn exercises
15
!/.learn
.vscode/settings.json
@@ -0,0 +1,8 @@
1
+{
2
+ "files.autoSave": "afterDelay",
3
+ "files.autoSaveDelay": 700,
4
+ "editor.minimap.enabled": false,
5
+ "workbench.editorAssociations": {
6
+ "*.md": "vscode.markdown.preview.editor"
7
+ }
8
+}
0 commit comments