Commit Graph

1125 Commits

Author SHA1 Message Date
Alex Dima
fd8b829e83 Hold back test extensions 2019-04-11 12:34:05 +02:00
Keyi Xie
172a32d5c6 fix mispell 2019-04-09 13:21:46 +08:00
Martin Aeschlimann
6d7959a938 console.log in tslint rule crashes ts server 2019-03-25 15:28:38 +01:00
Alex Dima
78d62636f0 Move standalone editor nls calls to standaloneStrings which will be translated via VS Code 2019-03-25 12:41:32 +01:00
Dirk Baeumer
3d92b725b2 Fixes #71065: Bring back translation for standalone editor 2019-03-25 12:21:44 +01:00
Benjamin Pasero
71204c12d1 FileService2 - implement createFolder() (#70758)
* files2 - implement createFolder()

* files2 - easier to understand root check
2019-03-19 15:25:47 +01:00
Johannes Rieken
2f89a79efe api proposal, add call hierarchy contrib 2019-03-14 16:14:43 +01:00
Alex Dima
c4bed46784 Add a download util that uses a separate process 2019-03-06 10:19:17 +01:00
Daniel Imms
08f1e188f6 Rename contrib/execution to externalTerminal
Part of #69107
2019-03-04 16:29:20 -08:00
Dirk Baeumer
1242997422 Fix problem with update localization script 2019-02-20 20:24:28 +01:00
Rob Lourens
aeaef41d51 Fix #68805 2019-02-19 18:05:55 -08:00
Dirk Baeumer
95719e9158 Fixes vscode-translations-export failure 2019-02-18 16:28:31 +01:00
Rob Lourens
f7bfa34a67 Fix build - remove nls.mock reference 2019-02-14 22:51:16 +00:00
Johannes Rieken
3283483974 add formatter call, use it for no-formatter-case for now #41882 2019-02-14 11:16:32 +01:00
Alex Dima
35ffdf5fa5 Better time output 2019-02-12 20:45:54 +01:00
Alex Dima
af95b7d343 Adopt task.define (better task names) 2019-02-12 20:43:55 +01:00
Alex Dima
bb6a790711 Introduce task.define for more precise task naming 2019-02-12 20:43:55 +01:00
Alex Dima
c25de7d09f Extract task code to its own file 2019-02-12 15:13:43 +01:00
Johannes Rieken
42f2fc9783 Merge pull request #68121 from Microsoft/joh/es6
es6 compile
2019-02-11 08:31:44 +01:00
Benjamin Pasero
06ccc3a515 debt - move integrity service to workbench 2019-02-09 16:49:44 +01:00
Alex Dima
7d38cdcb51 Render more task names 2019-02-08 15:55:19 +01:00
Alex Dima
51305a6647 Remove syncExtensions from ResolvedAuthority 2019-02-08 15:24:36 +01:00
Johannes Rieken
815063890b fix monaco build 2019-02-08 15:20:00 +01:00
Benjamin Pasero
176b65a432 debt - make issue service a contrib to the workbench 2019-02-08 07:47:24 +01:00
Benjamin Pasero
d0f043db69 debt - move jsonValidationExtensionPoint out of services 2019-02-08 07:34:50 +01:00
Benjamin Pasero
289d6a6e7a kompilatreste 2019-02-07 16:46:41 +01:00
Benjamin Pasero
35523f6c51 debt - workbench/parts => workbench/contrib (update imports and scripts) 2019-02-07 11:48:58 +01:00
Alex Dima
9dc75e92e7 Remove no longer used static method 2019-02-06 21:26:32 +01:00
Alex Dima
64c6cb2174 Update dependencies, remove workaround 2019-02-06 21:23:33 +01:00
Alex Dima
f88e4f457a Adopt changes in gulp.src 2019-02-06 10:15:36 +01:00
Alex Dima
d71299fe5d Upgrade to gulp4 2019-02-05 23:11:05 +01:00
Alex Dima
b4445a9f73 Move away from deprecated gulp-util 2019-02-05 22:21:05 +01:00
Alex Dima
c9352c4ca9 Adopt new style gulp tasks for the editor (#67863) 2019-02-05 19:23:51 +01:00
Alex Dima
c0c719c651 More gulp task work (#67863) 2019-02-04 18:06:23 +01:00
Alex Dima
4676da4595 More gulp clean task simiplifications (#67863) 2019-02-04 17:34:26 +01:00
Alex Dima
0280160bd2 More simplifications to extensions gulp tasks (#67863) 2019-02-04 16:07:36 +01:00
Alex Dima
77b61a1e55 Simplify gulp tasks for extensions 2019-02-04 14:41:39 +01:00
isidor
c47c001600 move labelService to workbench 2019-01-10 17:21:53 +01:00
Joao Moreno
a6ebfe5082 missing compilation 2019-01-04 11:24:53 +01:00
Matt Bierner
f28c02195a Revert two bad loop conversions in build 2019-01-03 19:35:20 -08:00
Matt Bierner
b4964bcf35 Replace some common index based for loops with for-of loops
Replaces many loops of the form:

```js
for (let i = 0; i < elements.length; ++i) {
    const i = elements[i];
   ...
}
```

with:

```js
for (const element of elements) {
    ...
}
```

Mix of a horrible regex based find/replace and manual touch ups
2019-01-03 19:11:18 -08:00
Rob Lourens
ef2547d547 replace void 0 with undefined 2019-01-03 11:20:19 -08:00
Alex Dima
e4b1db51cc Fixes #65040 2018-12-17 15:43:09 +01:00
Alex Dima
8c09d4f476 Add error handlers to watchers 2018-12-17 15:23:07 +01:00
Dirk Bäumer
8b86554f3a Support updating localization extensions from files on disk 2018-11-22 23:36:35 +01:00
isidor
085f4656ed add some commit hashes and versions to cgmanifest.json 2018-11-20 16:31:08 +01:00
isidor
9edd984da8 delete OSSREADME.json 2018-11-20 12:54:22 +01:00
Alex Dima
976cfe3aa7 Merge branch 'master' into isidorn/cgmanifest 2018-11-16 17:52:27 +01:00
Christof Marti
f00cf99102 Can be undefined (#63033) 2018-11-16 09:04:02 +01:00
Rob Lourens
3c6b6e614d Fix #63033 2018-11-14 15:11:20 -08:00