Skip to content

Commit 4c00f9b

Browse files
committed
remove gslib and some legacy engine functionality
1 parent a580e79 commit 4c00f9b

File tree

9 files changed

+14
-389
lines changed

9 files changed

+14
-389
lines changed

.vscode/launch.json

-33
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,6 @@
7070
"module": "pbsync",
7171
"console": "integratedTerminal"
7272
},
73-
{
74-
"name": "Sync Engine Version",
75-
"args": ["--sync", "engineversion", "--debugpath", "${input:debugPath}"],
76-
"type": "python",
77-
"justMyCode": false,
78-
"request": "launch",
79-
"module": "pbsync",
80-
"console": "integratedTerminal"
81-
},
8273
{
8374
"name": "Pull Binaries",
8475
"args": ["--sync", "binaries", "--debugpath", "${input:debugPath}"],
@@ -96,14 +87,6 @@
9687
"module": "pbsync",
9788
"console": "integratedTerminal"
9889
},
99-
{
100-
"name": "Sync DDC",
101-
"args": ["--sync", "ddc", "--debugpath", "${input:debugPath}"],
102-
"type": "python",
103-
"request": "launch",
104-
"module": "pbsync",
105-
"console": "integratedTerminal"
106-
},
10790
{
10891
"name": "Generate DDC",
10992
"args": [
@@ -170,22 +153,6 @@
170153
"module": "pbsync",
171154
"console": "integratedTerminal"
172155
},
173-
{
174-
"name": "Update Engine Version to Latest",
175-
"args": ["--sync", "engineversion", "--debugpath", "${input:debugPath}"],
176-
"type": "python",
177-
"request": "launch",
178-
"module": "pbsync",
179-
"console": "integratedTerminal"
180-
},
181-
{
182-
"name": "Print Latest Engine Version",
183-
"args": ["--printversion", "latest-engine", "--debugpath", "${input:debugPath}"],
184-
"type": "python",
185-
"request": "launch",
186-
"module": "pbsync",
187-
"console": "integratedTerminal"
188-
},
189156
{
190157
"name": "Print Information",
191158
"args": ["--printversion", "${input:printSelection}", "--debugpath", "${input:debugPath}"],

hooks/hook-gslib.py

-13
This file was deleted.

pbpy/pbdatasync.py

-69
This file was deleted.

pbpy/pblfs.py

-13
This file was deleted.

0 commit comments

Comments
 (0)