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

Commit196510a

Browse files
authored
Update Changelog. Format package.json (microsoft#5743)
1 parentaf8ea7c commit196510a

File tree

2 files changed

+50
-13
lines changed

2 files changed

+50
-13
lines changed

‎Extension/CHANGELOG.md‎

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
#C/C++ for Visual Studio Code Change Log
22

3-
##Version 0.29.0-insiders2: July 1, 2020
3+
##Version 0.29.0-insiders2: July 8, 2020
4+
###New Features
5+
* Added support for LogMessage Breakpoints for debug type`cppdbg`.[#1013](https://github.com/microsoft/MIEngine/pull/1013)
6+
* Switch to using the VS Code Semantic Tokens API for semantic colorization.[PR#5401](https://github.com/microsoft/vscode-cpptools/pull/5401)
7+
8+
###Enhancements
9+
* Automatically add`"${default}"` to the default`includePath` in`c_cpp_properties.json` if`C_Cpp.default.includePath` is set.[#3733](https://github.com/microsoft/vscode-cpptools/issues/3733)
10+
* Add`C_Cpp.simplifyStructuredComments` setting.[#5706](https://github.com/microsoft/vscode-cpptools/issues/5706)
11+
* Add configuration provider logging to`C/C++: Log Diagnostics`.[#4826](https://github.com/microsoft/vscode-cpptools/issues/4826)
12+
413
###Bug Fixes
514
* Ignore "screen size is bogus" error when debugging.[PR#5669](https://github.com/microsoft/vscode-cpptools/pull/5669)
615
* nukoyluoglu (@nukoyluoglu)
16+
* Fix`compile_commands.json` sometimes not updating.[#5687](https://github.com/microsoft/vscode-cpptools/issues/5687)
17+
* Add msys2 clang compilers to the compiler search list (previously only gcc was handled).[#5697](https://github.com/microsoft/vscode-cpptools/issues/5697)
18+
* Fix extension getting stuck when an "@" response file that doesn't end with ".rsp" is used in`compilerArgs`.[#5731](https://github.com/microsoft/vscode-cpptools/issues/5731)
19+
* Fix forced includes not handled properly when parsed as compiler args.[#5738](https://github.com/microsoft/vscode-cpptools/issues/5738)
720

821
##Version 0.29.0-insiders: June 24, 2020
922
###New Features

‎Extension/package.json‎

Lines changed: 36 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,18 +1632,42 @@
16321632
"semanticTokenScopes": [
16331633
{
16341634
"scopes": {
1635-
"referenceType": ["entity.name.type.class.reference" ],
1636-
"cliProperty": ["variable.other.property.cli" ],
1637-
"genericType": ["entity.name.type.class.generic" ],
1638-
"valueType": ["entity.name.type.class.value" ],
1639-
"templateFunction": ["entity.name.function.templated" ],
1640-
"templateType": ["entity.name.type.class.templated" ],
1641-
"operatorOverload": ["entity.name.function.operator" ],
1642-
"memberOperatorOverload": ["entity.name.function.operator.member" ],
1643-
"newOperator": ["keyword.operator.new" ],
1644-
"numberLiteral": ["entity.name.operator.custom-literal.number" ],
1645-
"customLiteral": ["entity.name.operator.custom-literal" ],
1646-
"stringLiteral": ["entity.name.operator.custom-literal.string" ]
1635+
"referenceType": [
1636+
"entity.name.type.class.reference"
1637+
],
1638+
"cliProperty": [
1639+
"variable.other.property.cli"
1640+
],
1641+
"genericType": [
1642+
"entity.name.type.class.generic"
1643+
],
1644+
"valueType": [
1645+
"entity.name.type.class.value"
1646+
],
1647+
"templateFunction": [
1648+
"entity.name.function.templated"
1649+
],
1650+
"templateType": [
1651+
"entity.name.type.class.templated"
1652+
],
1653+
"operatorOverload": [
1654+
"entity.name.function.operator"
1655+
],
1656+
"memberOperatorOverload": [
1657+
"entity.name.function.operator.member"
1658+
],
1659+
"newOperator": [
1660+
"keyword.operator.new"
1661+
],
1662+
"numberLiteral": [
1663+
"entity.name.operator.custom-literal.number"
1664+
],
1665+
"customLiteral": [
1666+
"entity.name.operator.custom-literal"
1667+
],
1668+
"stringLiteral": [
1669+
"entity.name.operator.custom-literal.string"
1670+
]
16471671
}
16481672
}
16491673
]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp