You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Thank you for the contribution. [@yiftahw](https://github.com/yiftahw)[PR #12960](https://github.com/microsoft/vscode-cpptools/pull/12960)
3
+
## Version 1.23.4: January 16, 2025
4
+
### Bug Fixes
5
+
* Fix a couple bugs with `.editorConfig` handling. [PR #13140](https://github.com/microsoft/vscode-cpptools/pull/13140)
6
+
* Fix a bug when processing a file with invalid multi-byte sequences. [#13150](https://github.com/microsoft/vscode-cpptools/issues/13150)
7
+
* Fix a potential telemetry issue with Copilot hover. [PR #13158](https://github.com/microsoft/vscode-cpptools/pull/13158)
8
+
* Fix a crash when Copilot hover is used on code with no definition file (e.g. literals).
9
+
* Update clang-format and clang-tidy from 19.1.6 to 19.1.7.
10
+
* Update vsdbg from 17.12.10729.1 to 17.13.20115.1.
11
+
* Fix `libiconv.dll` not being signed on Windows.
7
12
13
+
## Version 1.23.3: January 9, 2025
8
14
### Enhancements
9
15
* Modifications to the snippet completions to more closely match the snippets provided by TypeScript. [#4482](https://github.com/microsoft/vscode-cpptools/issues/4482)
Copy file name to clipboardExpand all lines: Extension/walkthrough/devcommandprompt/open-developer-command-prompt.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
<h1data-loc-id="walkthrough.windows.title.open.dev.command.prompt">Relaunch using the <span>Developer Command Prompt for VS</span></h1>
2
-
<pdata-loc-id="walkthrough.windows.background.dev.command.prompt"> You are using a windows machine with the MSVC compiler, so you need to start VS Code from the <span>Developer Command Prompt for VS</span> for all environment variables to be set correctly. To relaunch using the <span>Developer Command Prompt for VS</span>:</p>
2
+
<pdata-loc-id="walkthrough.windows.background.dev.command.prompt"> You are using a Windows machine with the MSVC compiler, so you need to start VS Code from the <span>Developer Command Prompt for VS</span> for all environment variables to be set correctly. To relaunch using the <span>Developer Command Prompt for VS</span>:</p>
3
3
<ol>
4
4
<li><pdata-loc-id="walkthrough.open.command.prompt">Open the <span>Developer Command Prompt for VS</span> by typing "<span>developer</span>" in the Windows Start menu. Select the <span>Developer Command Prompt for VS</span>, which will automatically navigate to your current open folder.</p>
0 commit comments