Skip to content

Commit d3e9a4c

Browse files
Start of VS Code deploy
1 parent 2c1ac0f commit d3e9a4c

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.vscode/settings.json

+23
Original file line numberDiff line numberDiff line change
@@ -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

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {}
8+
}

0 commit comments

Comments
 (0)