|
252 | 252 | "type": "string" |
253 | 253 | }, |
254 | 254 | "default": { |
255 | | - "<source-path>": "<target-path>" |
| 255 | + "<insert-source-path-here>": "<insert-target-path-here>" |
256 | 256 | } |
257 | 257 | }, |
258 | 258 | "justMyCode": { |
|
477 | 477 | "properties": { |
478 | 478 | "program": { |
479 | 479 | "type": "string", |
480 | | - "description": "Path to the application dll or .NET Core host executable to launch. Example: '${workspaceRoot}/bin/Debug/<target-framework>/<project-name.dll>' where:\n<target-framework>: (example: 'netstandard1.5') This is the name of the framework that the app is being built for. It is set in the project.json file.\n<project-name>: (example: 'MyApp') The name of the project being debugged.", |
481 | | - "default": "${workspaceRoot}/bin/Debug/<target-framework>/<project-name.dll>" |
| 480 | + "description": "Path to the application dll or .NET Core host executable to launch.\nThis property normally takes the form: '${workspaceRoot}/bin/Debug/(target-framework)/(project-name.dll)'\nExample: '${workspaceRoot}/bin/Debug/netcoreapp1.1/MyProject.dll'\n\nWhere:\n(target-framework) is the framework that the debugged project is being built for. This is normally found in the project file as the 'TargetFramework' property.\n(project-name.dll) is the name of debugged project's build output dll. This is normally the same as the project file name but with a '.dll' extension.", |
| 481 | + "default": "${workspaceRoot}/bin/Debug/<insert-target-framework-here>/<insert-project-name-here>.dll" |
482 | 482 | }, |
483 | 483 | "cwd": { |
484 | 484 | "type": "string", |
|
643 | 643 | "type": "string" |
644 | 644 | }, |
645 | 645 | "default": { |
646 | | - "<source-path>": "<target-path>" |
| 646 | + "<insert-source-path-here>": "<insert-target-path-here>" |
647 | 647 | } |
648 | 648 | }, |
649 | 649 | "justMyCode": { |
|
951 | 951 | "type": "string" |
952 | 952 | }, |
953 | 953 | "default": { |
954 | | - "<source-path>": "<target-path>" |
| 954 | + "<insert-source-path-here>": "<insert-target-path-here>" |
955 | 955 | } |
956 | 956 | }, |
957 | 957 | "justMyCode": { |
|
1334 | 1334 | "type": "coreclr", |
1335 | 1335 | "request": "launch", |
1336 | 1336 | "preLaunchTask": "build", |
1337 | | - "program": "${workspaceRoot}/bin/Debug/<target-framework>/<project-name.dll>", |
| 1337 | + "program": "${workspaceRoot}/bin/Debug/<insert-target-framework-here>/<insert-project-name-here>.dll", |
1338 | 1338 | "args": [], |
1339 | 1339 | "cwd": "${workspaceRoot}", |
1340 | 1340 | "stopAtEntry": false, |
|
1345 | 1345 | "type": "coreclr", |
1346 | 1346 | "request": "launch", |
1347 | 1347 | "preLaunchTask": "build", |
1348 | | - "program": "${workspaceRoot}/bin/Debug/<target-framework>/<project-name.dll>", |
| 1348 | + "program": "${workspaceRoot}/bin/Debug/<insert-target-framework-here>/<insert-project-name-here>.dll", |
1349 | 1349 | "args": [], |
1350 | 1350 | "cwd": "${workspaceRoot}", |
1351 | 1351 | "stopAtEntry": false, |
|
1404 | 1404 | "properties": { |
1405 | 1405 | "program": { |
1406 | 1406 | "type": "string", |
1407 | | - "description": "Path to the application dll or .NET Core host executable to launch. Example: '${workspaceRoot}/bin/Debug/<target-framework>/<project-name.dll>' where:\n<target-framework>: (example: 'netstandard1.5') This is the name of the framework that the app is being built for. It is set in the project.json file.\n<project-name>: (example: 'MyApp') The name of the project being debugged.", |
1408 | | - "default": "${workspaceRoot}/bin/Debug/<target-framework>/<project-name.dll>" |
| 1407 | + "description": "Path to the application dll or .NET Core host executable to launch.\nThis property normally takes the form: '${workspaceRoot}/bin/Debug/(target-framework)/(project-name.dll)'\nExample: '${workspaceRoot}/bin/Debug/netcoreapp1.1/MyProject.dll'\n\nWhere:\n(target-framework) is the framework that the debugged project is being built for. This is normally found in the project file as the 'TargetFramework' property.\n(project-name.dll) is the name of debugged project's build output dll. This is normally the same as the project file name but with a '.dll' extension.", |
| 1408 | + "default": "${workspaceRoot}/bin/Debug/<insert-target-framework-here>/<insert-project-name-here>.dll" |
1409 | 1409 | }, |
1410 | 1410 | "cwd": { |
1411 | 1411 | "type": "string", |
|
1570 | 1570 | "type": "string" |
1571 | 1571 | }, |
1572 | 1572 | "default": { |
1573 | | - "<source-path>": "<target-path>" |
| 1573 | + "<insert-source-path-here>": "<insert-target-path-here>" |
1574 | 1574 | } |
1575 | 1575 | }, |
1576 | 1576 | "justMyCode": { |
|
1878 | 1878 | "type": "string" |
1879 | 1879 | }, |
1880 | 1880 | "default": { |
1881 | | - "<source-path>": "<target-path>" |
| 1881 | + "<insert-source-path-here>": "<insert-target-path-here>" |
1882 | 1882 | } |
1883 | 1883 | }, |
1884 | 1884 | "justMyCode": { |
|
0 commit comments