- May 17, 2022
-
-
Botond Ballo authored
Bug 1769759 - Update extension ID for rust-analyzer vscode extension recommendation. r=andi, a=NPOTB Differential Revision: https://phabricator.services.mozilla.com/D146576
-
Botond Ballo authored
Differential Revision: https://phabricator.services.mozilla.com/D146576
-
- Mar 30, 2021
-
-
Andi-Bogdan Postelnicu authored
Differential Revision: https://phabricator.services.mozilla.com/D110237
-
- Jan 05, 2021
-
-
Andi-Bogdan Postelnicu authored
`rust` and `rust-analyzer` are incompatible together so we should remove the first one since `rust-analyzer` is the better choice. Differential Revision: https://phabricator.services.mozilla.com/D100759
-
- Aug 06, 2020
-
-
Andi-Bogdan Postelnicu authored
In order to have a cross platform ide for C++ language support we've added `clangd` extenssion and artifact part of `vscode` suite. To generate the configuration you simply run: `./mach ide vscode `. Differential Revision: https://phabricator.services.mozilla.com/D85416
-
- Jun 17, 2020
-
-
Sylvestre Ledru authored
Differential Revision: https://phabricator.services.mozilla.com/D80027
-
- Jun 12, 2020
-
-
Andi-Bogdan Postelnicu authored
Differential Revision: https://phabricator.services.mozilla.com/D79290
-
- Nov 14, 2019
-
-
Ted Campbell authored
The build is quite fragile if the path to mach is not precisely formatted. Work around this by cd-ing to the appropriate directory and then calling 'mach' with a relative path. This mimics a normal user workflow in mozilla-build. Differential Revision: https://phabricator.services.mozilla.com/D52968 --HG-- extra : moz-landing-system : lando
-
- Nov 12, 2019
-
-
Ted Campbell authored
Current versions of mozilla-build ignore the current working directory so use full path to mach. Due to path mangling issues copying from vscode -> powershell -> msys-bash, I used a PowerShell fragment to translate the path. Differential Revision: https://phabricator.services.mozilla.com/D52084 --HG-- extra : moz-landing-system : lando
-
Ted Campbell authored
The ${workspaceRoot} variable was deprecated when multi-folder workspaces were added to VSCode. Depends on D52082 Differential Revision: https://phabricator.services.mozilla.com/D52083 --HG-- extra : moz-landing-system : lando
-
- Nov 13, 2019
-
-
Ted Campbell authored
In the migration to the 2.0 format we seem to have dropped the base mach command from a few of the defined tasks. Depends on D52081 Differential Revision: https://phabricator.services.mozilla.com/D52082 --HG-- extra : moz-landing-system : lando
-
- Nov 12, 2019
-
-
Ted Campbell authored
These options default to outer contexts so we don't need to repeat ourselves. We were already setting the top level values anyways. Differential Revision: https://phabricator.services.mozilla.com/D52081 --HG-- extra : moz-landing-system : lando
-
- Sep 26, 2019
-
-
Panos Astithas authored
DONTBUILD because this is just an IDE config change. Differential Revision: https://phabricator.services.mozilla.com/D46874 --HG-- extra : moz-landing-system : lando
-
- Jul 06, 2019
-
-
Panos Astithas authored
Differential Revision: https://phabricator.services.mozilla.com/D37134 --HG-- extra : moz-landing-system : lando
-
- Apr 11, 2019
-
-
Michael Cooper authored
Differential Revision: https://phabricator.services.mozilla.com/D27007 --HG-- extra : moz-landing-system : lando
-
- Dec 18, 2018
-
-
Michael Cooper authored
Differential Revision: https://phabricator.services.mozilla.com/D14766 --HG-- extra : moz-landing-system : lando
-
- Sep 21, 2018
-
-
Gerald Squelart authored
The original regex could match linux&mac outputs that look like: `/[...]/ffmpeg/FFmpegVideoDecoder.cpp:315:6: error: expected expression` However on Windows the same outputs have a different line&column format: `c:/[...]/ffmpeg/FFmpegVideoDecoder.cpp(315,7): error: expected expression` Differential Revision: https://phabricator.services.mozilla.com/D6442 --HG-- extra : moz-landing-system : lando
-
- Aug 13, 2018
-
-
ExE Boss authored
Differential Revision: https://phabricator.services.mozilla.com/D3161 --HG-- extra : moz-landing-system : lando
-
- Dec 06, 2017
-
-
Jean-Yves Avenard authored
Most of the keywords used were deprecated and following versioning 0.1.0 even though it was marked as version 2.0.0. This also defines build-binaries as the default task, so that Command-Shift-B doesn't need any confirmation. MozReview-Commit-ID: UGDxqJYaFs --HG-- extra : rebase_source : aafcc4839ec39d2d5998b2663fc0d24f10ec288e
-
- Jul 03, 2017
-
-
Panos Astithas authored
MozReview-Commit-ID: FAZAFVEkk6G --HG-- extra : rebase_source : c3cd2c1ee23f3ed01ecacd7225e68e861fa3d171
-
- May 04, 2017
-
-
Panos Astithas authored
MozReview-Commit-ID: EVFFHmgHRL2 --HG-- extra : rebase_source : 7a05f04dc27fa00fe862278dcbc733aff5418c4e
-
- Feb 22, 2017
-
-
Marco Bonardo authored
Bug 1341585 - Ignore Visual Studio Code workspace settings and add a recommended extensions file. r=gps,jya MozReview-Commit-ID: 3pI4BSax7dE --HG-- extra : rebase_source : 9479215d6cfe761dd65584c78c2d941f0e0d1ed1
-