Skip to content

Commit 15650c3

Browse files
Merge pull request #1630 from PowerShell/andschwa/debugger
Improve debugger's variable population mechanism
2 parents 8af84e7 + 9f17d7f commit 15650c3

File tree

6 files changed

+331
-275
lines changed

6 files changed

+331
-275
lines changed

PowerShellEditorServices.Common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<VersionSuffix></VersionSuffix>
55
<Company>Microsoft</Company>
66
<Copyright>© Microsoft Corporation.</Copyright>
7-
<LangVersion>9.0</LangVersion>
7+
<LangVersion>latest</LangVersion>
88
<PackageTags>PowerShell;editor;development;language;debugging</PackageTags>
99
<PackageLicenseUrl>https://raw.githubusercontent.com/PowerShell/PowerShellEditorServices/master/LICENSE</PackageLicenseUrl>
1010
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)