Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/cake-build/cake-vscode
Contains Cake extension for Visual Studio Code.
https://github.com/cake-build/cake-vscode
[Security] Bump ini from 1.3.5 to 1.3.6
dfcabfd5b709487cd91fd071a4a63adabfb86c47 authored about 3 years ago by Gary Ewan Park <[email protected]>
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.6.
- [Release notes](https://github...
* release/1.0.0:
(build) Update to latest Cake.VsCode.Recipe
Bump adm-zip from 0.5.0 to 0.5....
cc88d86222b2c22d57a2bdb7adfe56112f68b69c authored about 4 years ago by Gary Ewan Park <[email protected]>
Bump adm-zip from 0.5.0 to 0.5.1
c94fd16a397092a0cab5b05462b809c5cd60c3f2 authored about 4 years ago by Gary Ewan Park <[email protected]>
Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.5.0 to 0.5.1.
- [Release notes](htt...
(GH-473) checking the latest available Cake.Tool
446a329964ab234195266d7596e60640661b0080 authored about 4 years ago by Gary Ewan Park <[email protected]>
The hard-coded url in cakeTool was replaced with a call to
getNugetServiceUrl(). Also the consta...
version on nuget, rather than calling "dotnet tool search".
This was done because running "dotne...
* release/1.0.0: (81 commits)
(build) Oops, my bad
(build) Update GRM config
(maint) Updat...
I can only blame squirrles on the stream
2da55a89382d0ecd149e6053ac623f9f2a251d60 authored about 4 years ago by Gary Ewan Park <[email protected]>
To include updating of closed issues, and adding SHA of artifacts to
release.
As discussed on stream, lets be a little bit more specific about the
names for the enums, so tha...
(GH-409) "Run Task" now always installs .NET Tool
f8bca46a3e26f6df7455a9961b4e1aa1c2126357 authored about 4 years ago by Gary Ewan Park <[email protected]>
unless configured not to, using `cake.taskRunner.installNetTool`
set to `false`.
(GH-470) Add check for which debugger to install
ab47f7bcc3c8b70839f9e81abbd7abdc3cfd5e50 authored about 4 years ago by Gary Ewan Park <[email protected]>
When installing Cake to the current workspace, if installed debug
support, check which type of d...
4ba58472a06352862ddabb2c3bfece02d5f23c9b authored about 4 years ago by Gary Ewan Park <[email protected]>
Bump @types/node from 14.14.9 to 14.14.10
01045e5e2cc8237015c208a97da978e9e3a494b7 authored about 4 years ago by Gary Ewan Park <[email protected]>Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...
f69ee63a09b5eaa49029ab53ee38d26b2bc4f8f0 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>(GH-460) implemented updating of the Cake.Tool
1fcec52fd7f607fa82af8a862cd4ae97d326eff4 authored about 4 years ago by Gary Ewan Park <[email protected]>answers will be stored in the workspaceState.
c9129ba6f2575d4a1649398edb66e011de24c599 authored about 4 years ago by Nils Andresen <[email protected]>
Checking for installed version of Cake.Tool, as well as
installing and updating is now centrali...
(GH-308 GH-432) Fix install to workspace
9bc21d767c63460fff89c5263e1ee2af8770c254 authored about 4 years ago by Gary Ewan Park <[email protected]>
When installing Cake to the current workspace, the option is provided to
download bootstrappers,...
71aa2a25bcb104b13dcfbd74b82ea23e587d66f3 authored about 4 years ago by Gary Ewan Park <[email protected]>
The issue here was that an attempt was being made to install the debug
dependencies into the Too...
(GH-354) using codeLens now always installs .NET Tool
240270bcbbf408570389f218080a681c81eb41ed authored about 4 years ago by Gary Ewan Park <[email protected]>
unless configured not to, using `cake.codeLens.installNetTool`
set to `false`.
(GH-461) `launchCommand` now defaults to .NET Tool
07af8dcbd9840f0b61aa426bc1d8fe59cd8b1fea authored about 4 years ago by Gary Ewan Park <[email protected]>c3dbfb1fdfbeeac767e0135b8eea48bb7550f6c1 authored about 4 years ago by Nils Andresen <[email protected]>
(GH-463) removed dependencies: make-dir, npm and expect
bdf304eb92aa2c8f8544bec2a11e24a8cc3cb6ff authored about 4 years ago by Gary Ewan Park <[email protected]>
to the newer casting using `as`. This was done to not confuse the `tsx`
parser of `depcheck`. Se...
none of which were any more in use.
Also, added depcheck as tool to report on unused dependencies.
(GH-376) CodeLens debugging using global tool
5cac658f264591d5107697181cd0ee7f40731fe9 authored about 4 years ago by Gary Ewan Park <[email protected]>
Which can be added to an existing launch.json file via the Add
Configuration button.
in favor of an object {"default":.. , "win32":...} like we're using
for the launchCommand.
added selection CoreCLR/Tool to "install debug dependencies"
-> Probably more changes required.....
However, having the windows-property in the package.json
it can not be removed. We need need a p...
cc378f822a746054d0edace543b53f4385aab5fc authored about 4 years ago by Gary Ewan Park <[email protected]>
(GH-99) Simple support for codeSymbols
cad0d55c406b041c1e4e5ca31037c0b8fe6b1279 authored about 4 years ago by Gary Ewan Park <[email protected]>
and fixed minor details.
Also, documentation was added in README
registration of codeOutline in cakeMain.ts up.
Added a context events, i.e. Setup, Teardown etc....
(cherry picked from commit d7fb1f782e363e7e7478f72b1fb3f9c2680455c0)
ad6806b80d60ea68e94fafdde129cc4e8fd4edeb authored about 4 years ago by tdue21 <[email protected]>858927ebbb1e7626be2e9317d4cf6730b914eb54 authored about 4 years ago by Gary Ewan Park <[email protected]>
ac2c12b84d14fb28e4688c8686aff83f6f57a14c authored about 4 years ago by Gary Ewan Park <[email protected]>
3388d4cb80aa63a96df583bee844582e7d88283b authored about 4 years ago by Gary Ewan Park <[email protected]>
Bump typescript from 4.0.5 to 4.1.2
a677f00be83aae1e350ee7d6edc8a367ccfcdfd0 authored about 4 years ago by Gary Ewan Park <[email protected]>
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2.
- [Release note...
Bump adm-zip from 0.4.16 to 0.5.0
5c7ae3a3ba9b25fa76b045d8f8165c9e4fe403f9 authored about 4 years ago by Gary Ewan Park <[email protected]>
Bumps [adm-zip](https://github.com/cthackers/adm-zip) from 0.4.16 to 0.5.0.
- [Release notes](ht...
Bump @types/node from 14.14.7 to 14.14.9
2ce691575f85c649c9db5e6081505f2be89c2c0e authored about 4 years ago by Gary Ewan Park <[email protected]>Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...
06952263f67a286ecd12a63cfd3afc5f8995c6ee authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>Bump @types/xml2js from 0.4.6 to 0.4.7
e7a9c75b174f0ab611c17f95604efd84e0edb3f4 authored about 4 years ago by Gary Ewan Park <[email protected]>Bumps [@types/xml2js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/xml2js)...
fbec2d70bec3a8933a28c025fe099d1c911e2225 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>re-enabled unittest
3789a55e3b153a20741e39af880ad875b3dfc8e3 authored about 4 years ago by Gary Ewan Park <[email protected]>a8e776bf3c89c3cea70a940e34fdd0d4961b3518 authored about 4 years ago by Nils Andresen <[email protected]>
Running tests is now possible using the "Extension Test" task in tasks.json
and also by running ...
Currently, we can't ship a new Chocolatey package from this extension,
since there is already a ...
604a1c6548ac7c1c38c3b193997af76fc7e13580 authored about 4 years ago by Gary Ewan Park <[email protected]>
1674ae652b85877b973e76a8df0ceb7013a2a406 authored about 4 years ago by Gary Ewan Park <[email protected]>
012a1e011021f0d76906254c02cbc416741d4b0b authored about 4 years ago by Gary Ewan Park <[email protected]>
Bump @types/xml2js from 0.4.5 to 0.4.6
961784a9331615420778244aa29f9134653c9b9c authored about 4 years ago by Gary Ewan Park <[email protected]>Bumps [@types/xml2js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/xml2js)...
4ad930114fc83bdf127ed2141d9fe85a5aea3de3 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>(GH-105) added a check to save the current document
031564b09f0cb3c08f0ccb386d0559f66c0dd866 authored about 4 years ago by Gary Ewan Park <[email protected]>before running the CodeLens commands.
acb0f70a3e5274d1e521aa59e6a0899684673703 authored about 4 years ago by Nils Andresen <[email protected]>(GH-81) added properties-descriptions
bd873df4b73c6ecb211343f7d6768912dd5c0220 authored about 4 years ago by Gary Ewan Park <[email protected]>to configuration properties in package.json
23814b18a21b05aae3514708e5040660f701bb0b authored about 4 years ago by Nils Andresen <[email protected]>(GH-32) added a simple problemMatcher
3e194e7bbca413d485814b02de2d9fc6b8c692a9 authored about 4 years ago by Gary Ewan Park <[email protected]>
for errors during script compilation.
(Not for errors during script execution, though)
Bump @types/node from 14.14.6 to 14.14.7
2d65ae23dcc606db0a3515854aaed1d920ab2e10 authored about 4 years ago by Gary Ewan Park <[email protected]>Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...
7ce94aed86249b1cc32dfe11e117aef6d1bee399 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>Bump @types/mocha from 8.0.3 to 8.0.4
c26261c114b1b777220e5bbc0cf7435cfd88a339 authored about 4 years ago by Gary Ewan Park <[email protected]>Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) f...
14087fe109b3ddd390573299dc2647826530de6d authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>(GH-438) add the file name to the "Run Task" command,
dd9632fb7afd074263c21b01422b2302e57443d7 authored about 4 years ago by Gary Ewan Park <[email protected]>if more than one cake file is found.
f2e60c535f909fb49d8336d56c9e29a3100aadcd authored about 4 years ago by Nils Andresen <[email protected]>(GH-143) added buildScript setting
4e00e07e18b1087e5511fe525b0461db47e9d016 authored about 4 years ago by Gary Ewan Park <[email protected]>
Renamed buildScript to be launchCommand.
Removed verbosity from codelens configuration, in favou...
During stream, we tested out a few things, namely calling target bob,
from bill.cake, and we fou...
to configure the build script to be used for "Code Lens" and "Run Task"
dd024080ec7807b2487f8501433ec67541892a73 authored about 4 years ago by Nils Andresen <[email protected]>(GH-429) Save all files before applying changes
bba43b5d96f0ac0d9fac813c6802db113f84b81f authored about 4 years ago by Gary Ewan Park <[email protected]>
When running the command to add addin/tool/module to a .cake file, make
sure to save any dirty f...
(GH-432) Add additional bootstrapper downloads
3a7cab28b6eab3759b1fc98e078a2ee1cbf12a79 authored about 4 years ago by Gary Ewan Park <[email protected]>
Now that bootstrapper stubs exists on the resources repository, and the
additional redirects hav...
(GH-93) Handle empty lines when reading file stream
714b34bd0716cf84243d0f7189069db82d088116 authored about 4 years ago by Gary Ewan Park <[email protected]>
By default, the byline library ignores empty lines, and doesn't do
anything with them. Since we ...
Bump tslint from 6.0.0 to 6.1.3
116d323b05d2b64cd60c89197c0d7d5f2f1cb6a7 authored about 4 years ago by Gary Ewan Park <[email protected]>
Bumps [tslint](https://github.com/palantir/tslint) from 6.0.0 to 6.1.3.
- [Release notes](https:...
Bump mocha from 8.2.0 to 8.2.1
a840bc2c9bbe5bf49deebf7b6e620e630dcdcec7 authored about 4 years ago by Gary Ewan Park <[email protected]>
Bumps [mocha](https://github.com/mochajs/mocha) from 8.2.0 to 8.2.1.
- [Release notes](https://g...
Bump https-proxy-agent from 2.2.3 to 5.0.0
1a7958490fa6cc1d851ac1744af8108b68025f7d authored about 4 years ago by Gary Ewan Park <[email protected]>8667ee50cf1c801ea68ea6346ef82681f3e580ba authored about 4 years ago by Gary Ewan Park <[email protected]>
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.3 to 5...
8aa031b9e44c1665f83a9df51ad7a95d1bc7c4b5 authored about 4 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>As per instructions here:
https://code.visualstudio.com/api/working-with-extensions/testing-ext...
0ed79ab830f338d8b6fd9c0c71aeb481644193d8 authored about 4 years ago by Gary Ewan Park <[email protected]>Bump typescript from 4.0.3 to 4.0.5
08ff1e72c9cce3eaa455ae735e17acecac86f60e authored about 4 years ago by Gary Ewan Park <[email protected]>
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.3 to 4.0.5.
- [Release note...
Bump npm from 6.14.6 to 6.14.8
3f73756b0426786bb62c2513ef0f0c505ffcca92 authored about 4 years ago by Gary Ewan Park <[email protected]>
Bumps [npm](https://github.com/npm/cli) from 6.14.6 to 6.14.8.
- [Release notes](https://github....
Bump xml2js from 0.4.19 to 0.4.23
af913779eb0ebbf13afe5f01ca06f56e76c9d0df authored about 4 years ago by Gary Ewan Park <[email protected]>
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.19 to 0.4.23.
- [Relea...