Skip to content
Snippets Groups Projects
Commit 3a41578d authored by Zachary Wartell's avatar Zachary Wartell
Browse files

-4 hours to get the debug launch configuration correct

parent 84cb4f71
No related branches found
No related tags found
No related merge requests found
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Program",
"cwd": "C:\\Users\\zwart\\Dropbox (UNC Charlotte)\\classes\\ITCS_x120\\planning",
"program": "${workspaceFolder}\\scripts\\gitlab-manage-students\\gitlab-student-repos.js",
"request": "launch",
"args": ["createStudentsFile","--studentsEmailFile","Student Email.txt",],
//"args": ["--help"],
"skipFiles": [
"<node_internals>/**"
],
"type": "node",
"console": "externalTerminal"
},
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}\\scripts\\gitlab-manage-students\\gitlab-student-repos.js"
}
]
}
\ No newline at end of file
{
"liveServer.settings.port": 0,
"liveServer.settings.host": "localhost",
"liveServer.settings.root": "/website-root"
"liveServer.settings.file": "/website-root/Git%20Tutorial.html"
}
\ No newline at end of file
ftphost webpages.charlotte.edu
ftpdir 'public_html/Teaching/Git Tutorial'
ftpdir 'public_html/Teaching/Git Tutorial 3120'
ftpuser zwartell
htmlfile Git Tutorial.html
\ No newline at end of file
ftphost webpages.charlotte.edu
ftpdir 'public_html/Teaching/ITCS 3120 - Git Tutorial'
ftpuser zwartell
htmlfile Git Tutorial.html
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment