Commit Graph

93 Commits

Author SHA1 Message Date
Alex Ross
42764922e9 Add daemon build kill tasks 2020-07-08 13:53:39 +02:00
João Moreno
7199c076e3 use compound tasks for selfhost 2020-07-07 11:34:06 +02:00
João Moreno
a6327082d1 parallelize watch-client and watch-extensions 2020-07-03 10:25:24 +02:00
Eric Amodio
2fbb91cca4 Adds tasks for web extensions 2020-06-29 11:43:09 -04:00
Eric Amodio
c523955ccc Removes unneeded -- with yarn 2020-06-08 18:09:37 -04:00
João Moreno
c7b69ce12a use yarn watchd for the default build task 2020-04-16 14:42:52 +02:00
João Moreno
8eb6617855 revert task 2020-04-16 11:36:46 +02:00
João Moreno
2c97c71f73 deemon 2020-04-16 11:35:34 +02:00
Matt Bierner
2158e77627 Enable strict mode for VS Code core
Fixes #81574
2020-02-18 10:41:41 -08:00
Johannes Rieken
186491566a add eslint task definition 2020-01-03 10:34:42 +01:00
Johannes Rieken
ca8a717f5e tslint removal 2020-01-03 09:01:41 +01:00
Matt Bierner
23947ea1ff Add strict function type task
For #81574

Replaces the strict property task since this is no longer needed
2019-11-14 17:27:18 -08:00
Joao Moreno
da114f3625 fix electron task 2019-10-17 11:32:37 +02:00
Alex Ross
198b3a28da Make Run web task beginsPattern slightly more specific
Fixes #82621
2019-10-16 12:19:42 +02:00
Rob Lourens
84d62ea8a3 Add launch config/task for "yarn web" 2019-10-15 11:27:23 -07:00
Alex Ross
f239d28539 Make build task default 2019-09-26 09:56:10 +02:00
Alex Ross
93af1ad14d Add group to configure task
This will help prevent confusion

Fixes #78396
2019-08-05 11:47:07 +02:00
Matt Bierner
4f03abce7c Add strict properly init task 2019-04-03 14:54:02 -07:00
Matt Bierner
7d0e64f5ec Strict null check VS Code
Fixes #60565
Fixes #70417
2019-03-19 10:51:31 -07:00
Alex Ross
44bf93164a Make strict null check automatic 2018-11-30 15:06:08 +01:00
Dirk Baeumer
832a49c79a Problem matcher for strict null checks 2018-10-16 16:15:36 +02:00
Johannes Rieken
8947e963ec tweak strict null task 2018-10-16 15:52:57 +02:00
Johannes Rieken
5df93623cf add strict null task 2018-10-16 15:37:48 +02:00
Erich Gamma
56111c9cc6 update to tslint5 2017-11-07 12:08:22 +01:00
David Lechner
0db81eeff4 Add empty problem matcher to "Run Dev" task
Without this, vscode always asks you what to do. When you select an option, it edits this file, so we might as well put a configuration here so it doesn't keep asking.
2017-08-12 14:24:23 -05:00
Johannes Rieken
30ce2998fd teach lint rules new dynamic import statements 2017-07-14 10:08:11 +02:00
Dirk Baeumer
29bb20ce0e Adopt tasks.json to new schema 2017-06-27 21:44:31 +02:00
Dirk Baeumer
22fa494aee Incooperate API feedback 2017-06-23 10:25:45 +02:00
Dirk Baeumer
2ef8e48de4 Implemented latest feedback from #28235 2017-06-23 10:25:44 +02:00
Dirk Baeumer
171e5c204f Fixes #27730: Deprecation warnings in our package.json 2017-05-31 16:42:13 +02:00
Joao Moreno
d871d315c8 fixes #20344 2017-02-15 11:58:37 +01:00
Joao Moreno
1f1e4683a2 adopt isBackground 2017-02-08 09:05:17 +01:00
Erich Gamma
3625052492 update to tslint 4.0 2017-01-11 09:00:57 +01:00
Erich Gamma
856f5e2a5a updated the tslint task 2016-09-15 11:19:09 +02:00
Joao Moreno
1ef9a66db0 Revert "revert changes to gulp files"
This reverts commit 23afe96996.
2016-07-12 17:12:38 +02:00
Joao Moreno
23afe96996 revert changes to gulp files
Revert "oops"

This reverts commit 2be0f1d8cd.

Revert "cleanup top level gulpfile"

This reverts commit 849311713d.

Revert "use strict"

This reverts commit b6b7e82041.

Revert "forgot top level"

This reverts commit 1552828709.

Revert "remove VSCODE_BUILD_QUIET"

This reverts commit 8df5e70d12.
2016-07-12 11:47:48 +02:00
Joao Moreno
8df5e70d12 remove VSCODE_BUILD_QUIET 2016-07-12 10:47:19 +02:00
Benjamin Pasero
f910ad299f restore verbose 2016-06-08 16:44:41 +02:00
Benjamin Pasero
d9491c040d no-verbose tsb build, only apply markers to closed documents 2016-06-08 15:15:25 +02:00
Erich Gamma
dddb9d4577 Fix that gulp tasks also run on Windows 2016-03-08 09:03:43 +01:00
Phillip Johnsen
4d6e7dfc3e Use local version of gulp in build steps.
Previously developers had to install gulp globally on their machine
to build the project. These changes changes that by using the already
locally installed version of gulp, removing the environment requirements
aswell as ensuring everyone are using the same version of gulp.

It fixes the VS Code build tasks, aswell as creating a npm script to trigger the watch task:

```bash
$ npm run watch
```
2016-03-02 20:57:49 +01:00
Erich Gamma
8fac1e1017 Integrated tslint 2016-01-14 17:53:55 +01:00
Erich Gamma
8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00