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 1bade25 + 87ef408 commit b2af1feCopy full SHA for b2af1fe
.gitignore
@@ -9,7 +9,7 @@
9
!learn.json
10
!README.md
11
!README.es.md
12
-
+!.vscode
13
14
!/exercises
15
!/exercises/*
.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