cmake-integration-vscode
cmake-integration-vscode copied to clipboard
CMake Server Interface for VSCode.
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
Currently, I can only build the selected target with this extension. If I want to run it, I have to open it in the file explorer and then run the...
I can't find any command that works. Each one results in an error, such as "Command 'CMake: Install a project folder' resulted in an error (command 'cmake.installProject' not found)" CMake...
It's not an issue, but a question, where I found no answer in the docs. Is it possible to configure the toolchain, that cmake is always invoked through another shell...
I couldn't make either settings work from either the user or workspace level. Example: ``` "cmake.default.cacheEntries": [ { "name": "CMAKE_CXX_FLAGS_RELEASE", "type": "STRING", "value": "-O3 -DNDEBUG" }, { "name": "CMAKE_INSTALL_PREFIX", "type":...
``` > webpack --compile --mode production --config webpack.config.js Hash: 8bde4ac47760ce4f59b0 Version: webpack 4.41.5 Time: 3676ms Built at: 17/01/2020 12:54:30 2 assets Entrypoint main = extension.js extension.js.map [0] external "vscode" 42...