We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d790a93 commit a3a384eCopy full SHA for a3a384e
.gitignore
@@ -8,6 +8,7 @@
8
!learn.json
9
!README.md
10
!README.es.md
11
+!.vscode
12
13
!/exercises
14
!/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
+ }
+}
0 commit comments