We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa11747 + 4a0a96b commit 60327eaCopy full SHA for 60327ea
.vscode/launch.json
@@ -0,0 +1,17 @@
1
+{
2
+ "version": "0.2.0",
3
+ "configurations": [
4
+ {
5
+ "name": ".NET Full: Attach to Process",
6
+ "type": "clr",
7
+ "request": "attach",
8
+ "processId": "${command:pickProcess}"
9
+ },
10
11
+ "name": ".NET Core: Attach to Process",
12
+ "type": "coreclr",
13
14
15
+ }
16
+ ]
17
+}
PowerShellEditorServices.Common.props
@@ -9,5 +9,6 @@
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/PowerShell/PowerShellEditorServices</RepositoryUrl>
+ <DebugType>portable</DebugType>
</PropertyGroup>
</Project>
0 commit comments