Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
deadlock-desktop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
deadlock-public
deadlock-desktop
Merge requests
!16
feat-launch_challenge_commands
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
feat-launch_challenge_commands
feat-launch_challenge_commands
into
master
Overview
0
Commits
5
Pipelines
0
Changes
10
Merged
feat-launch_challenge_commands
Mohamed AZIKIOU
requested to merge
feat-launch_challenge_commands
into
master
Jun 15, 2022
Overview
0
Commits
5
Pipelines
0
Changes
10
-> Launch commands given by the teacher
0
0
Merge request reports
Compare
master
version 6
8e658716
Jun 16, 2022
version 5
e54bbce8
Jun 16, 2022
version 4
944b41b4
Jun 16, 2022
version 3
0b5e6a68
Jun 16, 2022
version 2
1c8a86bd
Jun 16, 2022
version 1
48157008
Jun 15, 2022
master (base)
and
latest version
latest version
929f4b0b
5 commits,
Jun 16, 2022
version 6
8e658716
5 commits,
Jun 16, 2022
version 5
e54bbce8
4 commits,
Jun 16, 2022
version 4
944b41b4
3 commits,
Jun 16, 2022
version 3
0b5e6a68
3 commits,
Jun 16, 2022
version 2
1c8a86bd
2 commits,
Jun 16, 2022
version 1
48157008
1 commit,
Jun 15, 2022
10 files
+
313
−
66
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
deadlock-plugins/deadlock-extension/.vscode/launch.json
+
11
−
0
View file @ 929f4b0b
Edit in single-file editor
Open in Web IDE
Show full file
@@ -13,6 +13,17 @@
"outFiles"
:
[
"${workspaceFolder}/dist/**/*.js"
],
"preLaunchTask"
:
"${defaultBuildTask}"
},
{
"name"
:
"Run Extension in test mode"
,
"type"
:
"extensionHost"
,
"request"
:
"launch"
,
"env"
:
{
"DL_MOUNT_EXTENSION"
:
"true"
},
"args"
:
[
"--extensionDevelopmentPath=${workspaceFolder}"
],
"outFiles"
:
[
"${workspaceFolder}/dist/**/*.js"
],
"preLaunchTask"
:
"${defaultBuildTask}"
},
{
"name"
:
"Extension Tests"
,
"type"
:
"extensionHost"
,
Loading