Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitacf53d0

Browse files
authored
Update changelog for 0.26.2-insiders (microsoft#4574)
1 parent0e43057 commitacf53d0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

‎Extension/CHANGELOG.md‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
#C/C++ for Visual Studio Code Change Log
22

3+
##Version 0.26.2-insider: November 11, 2019
4+
###Enhancements
5+
* Reworked how a source file is selected for TU creation when opening a header file.[#2856](https://github.com/microsoft/vscode-cpptools/issues/2856)
6+
* Reset memory usage of the IntelliSense process if it grows beyond a threshold.[#4119](https://github.com/microsoft/vscode-cpptools/issues/4119)
7+
* Add validation that the new symbol name provided to 'Rename Symbol' is a valid identifier. Add the setting`C_Cpp.renameRequiresIdentifier` to allow that verification to be disabled.[#4409](https://github.com/microsoft/vscode-cpptools/issues/4409)
8+
9+
###Bug Fixes
10+
* Fix child process creation when the Windows code page is set to a language with non-ASCII characters and there are non-ASCII characters in the extension's install path.[#1560](https://github.com/microsoft/vscode-cpptools/issues/1560)
11+
* Fix path canonicalization of UNC paths to avoid duplicate files opening with different casing.[#2528](https://github.com/microsoft/vscode-cpptools/issues/2528),[#3980](https://github.com/microsoft/vscode-cpptools/issues/3980)
12+
* Fix an issue in which a header may be opened without IntelliSense due to creation of a TU from a source file that includes the header in an inactive region.[#4320](https://github.com/microsoft/vscode-cpptools/issues/4320)
13+
* Fix a hang in the extension process that can occur when using a scope named 'interface'.[#4470](https://github.com/microsoft/vscode-cpptools/issues/4470)
14+
* Fix an issue with the Rename UI that could cause the rename to not be applied.[#4504](https://github.com/microsoft/vscode-cpptools/issues/4504)
15+
* Show an error message when a Rename fails due to the symbol not being found.[#4510](https://github.com/microsoft/vscode-cpptools/issues/4510)
16+
* Fix an issue with`launch.json` creation due to localized strings containing quotes.[#4526](https://github.com/microsoft/vscode-cpptools/issues/4526)
17+
* Fix an issue with configuration error squiggles not being applied unless the setting was set in both`c_cpp_properties.json` and`settings.json`.[PR#4538](https://github.com/microsoft/vscode-cpptools/pull/4538)
18+
319
##Version 0.26.1: October 28, 2019
420
###Bug Fixes
521
* Fix`launch.json` creation when using non-English display languages.[#4464](https://github.com/microsoft/vscode-cpptools/issues/4464)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp