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.
1 parent 9599073 commit 66bdcd6Copy full SHA for 66bdcd6
.gitignore
@@ -7,7 +7,7 @@
7
!learn.json
8
!README.md
9
!README.es.md
10
-
+!.vscode
11
12
!/exercises
13
!/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"
+ }
+}
0 commit comments