We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1ac0f commit d3e9a4cCopy full SHA for d3e9a4c
.vscode/settings.json
@@ -0,0 +1,23 @@
1
+{
2
+ "deploy": {
3
+ "packages": [
4
+ {
5
+ "name": "Plugin",
6
+ "description": "Plugin",
7
+ "files": [
8
+ "plugin/**"
9
+ ],
10
+ "deployOnSave": false
11
+ }
12
13
+
14
+ "targets": [
15
16
+ "type": "local",
17
+ "name": "Mac Squeeze Server",
18
+ "description": "Mac Squeeze Server",
19
+ "dir": "\\My Local Machine Address"
20
21
+ ]
22
23
+}
lms-tvh.code-workspace
@@ -0,0 +1,8 @@
+ "folders": [
+ "path": "."
+ "settings": {}
0 commit comments