Files
sentry-native/.vscode/extensions.json
Arpad Borsos 15738871ae test: Make unwinder test work on windows (#141)
* avoid windows.h include to make armin happy, and fix build warnings on windows

* fix unwinder test on windows

* remove old cpp tests

* fix(windows): Fix TEST_VISIBLE for MSVC

* meta(vscode): Update and clean up settings

* meta(ignore): Add VisualStudio files to gitignore

* meta(vscode): Add recommended extensions

* style: Run make format

Co-authored-by: Jan Michael Auer <account@jauer.org>
2020-02-12 12:13:53 +01:00

10 lines
218 B
JSON

{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"ms-vscode.cpptools",
"ms-vscode.cmake-tools",
"twxs.cmake"
]
}