Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 64b2e4a

Browse files
committed
Update dependencies
1 parent 9cb894a commit 64b2e4a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.vscode/launch.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "node",
9+
"request": "launch",
10+
"name": "Launch Program (Submit)",
11+
"skipFiles": [
12+
"<node_internals>/**"
13+
],
14+
"program": "${workspaceFolder}/bin/topcoder-cli.js",
15+
"console": "integratedTerminal",
16+
// "args": ["submit", "--membe/rId", "8547899", "--challengeIds", "30055164"]
17+
// "args": ["fetch-artifacts", "--dev"]
18+
// "args": ["fetch-artifacts", "--submissionId", "539dec10-72b7-4653-b3b1-b2164f757f30", "--dev"]
19+
// "args": ["submit", "--dev"]
20+
"args": ["fetch-submissions", "--challengeId", "30055753", "--dev"]
21+
// "args": ["fetch-submissions", "--challengeId", "30055164", "--dev"]
22+
// "args": ["fetch-submissions", "--challengeId", "30055164", "--dev"]
23+
// "args": ["fetch-submissions", "--challengeId", "30055164", "--memberId", "8547899", "--latest", "--dev"]
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)