|
568 | 568 | "default": 250,
|
569 | 569 | "description": "The maximum number of projects to be shown in the 'Select Project' dropdown (maximum 250)."
|
570 | 570 | },
|
| 571 | + "omnisharp.defaultLaunchSolution": { |
| 572 | + "type": "string", |
| 573 | + "default": null, |
| 574 | + "description": "The name of the default solution used at start up if the repo has multiple solutions. e.g.'MyAwesomeSolution.sln'. Default value is `null` which will cause the first in alphabetical order to be chosen." |
| 575 | + }, |
571 | 576 | "omnisharp.useEditorFormattingSettings": {
|
572 | 577 | "type": "boolean",
|
573 | 578 | "default": true,
|
|
1618 | 1623 | "type": "coreclr",
|
1619 | 1624 | "request": "launch",
|
1620 | 1625 | "preLaunchTask": "build",
|
1621 |
| - "program": "^\"\\${workspaceRoot}/bin/Debug/${1:<target-framework>}/${2:<project-name.dll>}\"", |
| 1626 | + "program": "^\"\\${workspaceFolder}/bin/Debug/${1:<target-framework>}/${2:<project-name.dll>}\"", |
1622 | 1627 | "args": [],
|
1623 |
| - "cwd": "^\"\\${workspaceRoot}\"", |
| 1628 | + "cwd": "^\"\\${workspaceFolder}\"", |
1624 | 1629 | "stopAtEntry": false,
|
1625 | 1630 | "console": "internalConsole"
|
1626 | 1631 | }
|
|
1643 | 1648 | "type": "coreclr",
|
1644 | 1649 | "request": "launch",
|
1645 | 1650 | "preLaunchTask": "build",
|
1646 |
| - "program": "^\"\\${workspaceRoot}/bin/Debug/${1:<target-framework>}/${2:<project-name.dll>}\"", |
| 1651 | + "program": "^\"\\${workspaceFolder}/bin/Debug/${1:<target-framework>}/${2:<project-name.dll>}\"", |
1647 | 1652 | "args": [],
|
1648 |
| - "cwd": "^\"\\${workspaceRoot}\"", |
| 1653 | + "cwd": "^\"\\${workspaceFolder}\"", |
1649 | 1654 | "stopAtEntry": false,
|
1650 | 1655 | "launchBrowser": {
|
1651 | 1656 | "enabled": true,
|
|
1665 | 1670 | "ASPNETCORE_ENVIRONMENT": "Development"
|
1666 | 1671 | },
|
1667 | 1672 | "sourceFileMap": {
|
1668 |
| - "/Views": "^\"\\${workspaceRoot}/Views\"" |
| 1673 | + "/Views": "^\"\\${workspaceFolder}/Views\"" |
1669 | 1674 | }
|
1670 | 1675 | }
|
1671 | 1676 | },
|
|
1677 | 1682 | "type": "coreclr",
|
1678 | 1683 | "request": "launch",
|
1679 | 1684 | "preLaunchTask": "build",
|
1680 |
| - "program": "^\"\\${workspaceRoot}/bin/Debug/${1:<target-framework>}/${2:<project-name.dll>}\"", |
| 1685 | + "program": "^\"\\${workspaceFolder}/bin/Debug/${1:<target-framework>}/${2:<project-name.dll>}\"", |
1681 | 1686 | "args": [],
|
1682 |
| - "cwd": "^\"\\${workspaceRoot}\"", |
| 1687 | + "cwd": "^\"\\${workspaceFolder}\"", |
1683 | 1688 | "stopAtEntry": false,
|
1684 | 1689 | "console": "internalConsole",
|
1685 | 1690 | "pipeTransport": {
|
1686 |
| - "pipeCwd": "^\"\\${workspaceRoot}\"", |
| 1691 | + "pipeCwd": "^\"\\${workspaceFolder}\"", |
1687 | 1692 | "pipeProgram": "^\"${3:enter the fully qualified path for the pipe program name, for example '/usr/bin/ssh'}\"",
|
1688 | 1693 | "pipeArgs": [],
|
1689 | 1694 | "debuggerPath": "^\"${4:enter the path for the debugger on the target machine, for example ~/vsdbg/vsdbg}\""
|
|
1699 | 1704 | "request": "attach",
|
1700 | 1705 | "processId": "^\"\\${command:pickRemoteProcess}\"",
|
1701 | 1706 | "pipeTransport": {
|
1702 |
| - "pipeCwd": "^\"\\${workspaceRoot}\"", |
| 1707 | + "pipeCwd": "^\"\\${workspaceFolder}\"", |
1703 | 1708 | "pipeProgram": "^\"${1:enter the fully qualified path for the pipe program name, for example '/usr/bin/ssh'}\"",
|
1704 | 1709 | "pipeArgs": [],
|
1705 | 1710 | "debuggerPath": "^\"${2:enter the path for the debugger on the target machine, for example ~/vsdbg/vsdbg}\""
|
|
0 commit comments