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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,4 +47,10 @@ instructions provided by the bot. You will only need to do this once across all
47
47
48
48
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
49
49
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
50
-
or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
50
+
or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
51
+
52
+
### Adding/Updating package.json dependencies
53
+
54
+
We maintain a public Azure Artifacts feed that we point the package manager to in .npmrc files. If you want to add a dependency or update a version in package.json, you may need to contact us so we can add it to our feed. Please ping our team in a PR or new issue if you experience this issue.
55
+
56
+
For local development, you can delete the .npmrc file and the matching `yarn.lock` file while you wait for us to update the feed. However, these changes will need to be reverted in your branch before we will accept a PR.
Copy file name to clipboardExpand all lines: Extension/CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# C/C++ for Visual Studio Code Changelog
2
2
3
+
## Version 1.22.7: September 30, 2024
4
+
### Enhancement
5
+
* The .vsix and .js files are now signed. [#12725](https://github.com/microsoft/vscode-cpptools/issues/12725), [#12744](https://github.com/microsoft/vscode-cpptools/issues/12744)
6
+
7
+
### Bug Fixes
8
+
* Fix some Copilot-related issues. [PR #12773](https://github.com/microsoft/vscode-cpptools/pull/12773)
9
+
* Fix an issue preventing use of a full command line in `compilerPath`. [PR #12774](https://github.com/microsoft/vscode-cpptools/pull/12774)
10
+
* Fix an infinite loop on shutdown after changing the selected settings.
11
+
* Fix a crash (from `insert_lines`).
12
+
3
13
## Version 1.22.6: September 25, 2024
4
14
### Bug Fixes
5
15
* Fix an issue with usage of `#cpp` with Copilot chat. [vscode-copilot-release#1634](https://github.com/microsoft/vscode-copilot-release/issues/1634)
0 commit comments