Browse Source

premeir commit

raphael 3 years ago
commit
f82e467581
1 changed files with 21 additions and 0 deletions
  1. 21
    0
      ssh/settings.json

+ 21
- 0
ssh/settings.json View File

@@ -0,0 +1,21 @@
1
+{
2
+    "php.validate.executablePath": "/usr/bin/php",
3
+    "php.executablePath": "/usr/bin/php",
4
+    "files.watcherExclude": {
5
+        "**/.history": true,
6
+        "**/bin": true,
7
+        "**/cache": true
8
+    },
9
+    "search.exclude": {
10
+        "**/.history": true,
11
+        "**bin": true,
12
+        "**cache": true
13
+    },
14
+    "files.exclude": {
15
+        "***/bin": true,
16
+        "**/.history": true,
17
+        "**/cache": true
18
+    },
19
+    "namespaceResolver.exclude": 
20
+"**/node_modules/**,**/.history/**,**/cache/**,**/bin/**"
21
+}

Loading…
Cancel
Save