Commit graph

1254 commits

Author SHA1 Message Date
Joao Moreno 3c70e7e276 introduce build/lib/electron 2017-11-16 14:38:25 +01:00
Joao Moreno 4370136de2 fixes #38439 2017-11-16 12:51:23 +01:00
Joao Moreno 70b8b9c58c 💄 clean tfs builds 2017-11-16 10:24:34 +01:00
Joao Moreno c4cb8bf20d improve preinstall script 2017-11-16 10:21:52 +01:00
Joao Moreno ff5561568c fix nsfw for gulp watch 2017-11-16 10:21:52 +01:00
Joao Moreno 3fa2784136 fix tfs windows build 2017-11-15 17:17:03 +01:00
Joao Moreno a7ded33d52 use add instead of install 2017-11-15 17:10:28 +01:00
Joao Moreno fbed34f2f6 tfs: yarn cache dir windows 2017-11-15 16:08:49 +01:00
Joao Moreno 5f46e5c99f update tfs builds to use yarn 2017-11-15 15:59:04 +01:00
Joao Moreno 9d1aea207b omit stderr from yarn deps 2017-11-15 12:29:44 +01:00
Joao Moreno deb667a807 fix dependencies 2017-11-15 11:32:29 +01:00
Joao Moreno f47e5442c1 use patched gulp-tsb to fix @types compilation mess 2017-11-14 21:01:15 +01:00
Joao Moreno 5e5ebf5c1f Merge branch 'master' into yarn 2017-11-14 18:46:07 +01:00
Joao Moreno acfaf488c3 adopt latest vsce 2017-11-14 18:45:05 +01:00
Alex Dima 73dea41439 Remove old/unused scripts 2017-11-14 17:38:30 +01:00
Dirk Baeumer af52203ece Limit the line length of the minified code to 1024 to make the chrome dev tools work with workbench.main.js 2017-11-14 17:22:41 +01:00
Joao Moreno 525b98070f fix vscode gulpfile to use yarn to discover dependencies 2017-11-14 15:52:10 +01:00
Joao Moreno deed70d9a2 Merge branch 'master' into yarn 2017-11-14 15:36:19 +01:00
Martin Aeschlimann f06a42a8eb [bat] use grammar from mmims/language-batchfile. Fixes #38206, fixes #3845 2017-11-14 14:35:13 +01:00
Joao Moreno b088da1783 build/monaco/yarn.lock 2017-11-14 10:29:56 +01:00
Joao Moreno b635672331 remove shrinkwrap references 2017-11-14 10:04:36 +01:00
Joao Moreno b6bc9ecd4d yarn: missing yarn.lock files 2017-11-13 23:07:17 +01:00
Joao Moreno 3822d58694 fix postinstall 2017-11-13 22:41:45 +01:00
Joao Moreno c04085ad84 yarn: initial commit 2017-11-13 22:36:57 +01:00
Joao Moreno 7a01db1b43 fix tslint in hygiene
fixes #38207
2017-11-13 11:32:50 +01:00
Joao Moreno 322bd6136a fix no-unexternalized-strings rule 2017-11-13 11:13:07 +01:00
Alex Dima 82b13bc9e3 Remove ICommonCodeEditor (#37834) 2017-11-10 20:47:29 +01:00
Andre Weinand 6bf3d457ef node-debug@1.19.1 2017-11-10 17:46:08 +01:00
Joao Moreno e4af77b2e2 missing compilation 2017-11-10 10:41:52 +01:00
Joao Moreno 5eeab02e7c lock documentdb 2017-11-10 09:25:03 +01:00
Max Furman a0031de9d0 Compare with Clipboard (#37841)
* Compare the current buffer with clipboard

* Found a typo in linter error message

* Instantiate content provider on run
2017-11-10 07:54:29 +01:00
Rob Lourens d6fbdcf197 Bump node-debug2 2017-11-09 16:20:45 -08:00
Matt Bierner be88547c66
Prototyping new CodeAction API (#36316)
* Add CodeAction Type

Adds skeleton on a new CodeActionType and allows codeActionProvider to return either `Command`s or `CodeAction`s

Move proposed CodeAction API to proposed and try using it in TS

Split CodeAction into quickfix and refactoring classes

Update proposed interface

Update for new API

Adding basic docs

* Support workspace edits and text edits in codeactions

* Remove placeholders

* Resolving conflicts and making PR suggested changes

* Fix quick fix test

* Revert change to only use `CodeAction` instead of `CodeAction | Command` in modes since this will break `vscode.executeCodeActionProvider`
2017-11-08 16:07:34 -08:00
Andre Weinand ac77bc0302 node-debug@1.19.0 2017-11-08 17:11:32 +01:00
Joao Moreno 0e240e4698 skip deb and rpm publish if release is frozen
related to #26363
2017-11-08 09:54:05 +01:00
Rob Lourens 0234e71512 Stricter branch name check for exporting configuration.json in build 2017-11-07 14:35:25 -08:00
Erich Gamma 56111c9cc6 update to tslint5 2017-11-07 12:08:22 +01:00
Johannes Rieken b289f0c5e2 rename startupTimer to performance, support mark and measure, drop promise support, add more marks to slowly phase out old timers 2017-11-06 18:51:15 +01:00
Matt Bierner f048c5ea63 Adopt ts 2.6.1 for building vscode. Fixes #37719 2017-11-06 09:28:27 -08:00
Joao Moreno 5a104ee6be fix #37637 2017-11-06 15:41:18 +01:00
Felix Becker c367b975aa Print progress output from gulp hygiene
Travis fails the build if it doesn't output anything for a long time
2017-11-02 16:38:38 -07:00
Johannes Rieken f0d7a9f9df show generic tooltip on bubble, #37228 2017-11-02 14:12:52 +01:00
Rob Lourens 2a5962a785 Fix #37395 - ignore git output. Also only compute when needed 2017-11-01 10:56:36 -07:00
Andre Weinand 7d7d1989ca node-debug@1.18.3 2017-11-01 12:15:48 +01:00
Joao Moreno 6798b9be0b fix eslint tslint tasks 2017-10-31 16:12:59 +01:00
Robert Sesek 4605b553a3 Specify the UTI types for files in the Info.plist
This sets the LSItemContentTypes key to ['public.source-code'], a
declared text UTI [1], which should permit QuickLook previews.

Fixes Microsoft/vscode#25843

[1]
https://developer.apple.com/library/content/documentation/Miscellaneous/Reference/UTIRef/Articles/System-DeclaredUniformTypeIdentifiers.html#//apple_ref/doc/uid/TP40009259-SW1
2017-10-29 17:21:01 -04:00
Rob Lourens a5eb0c3f99 node-debug2@1.18.4 2017-10-27 18:26:41 -07:00
Rob Lourens 659e99a931 Rename settings search build number per Microsoft/vscode#36948 comment 2017-10-27 09:39:37 -07:00
João Moreno 80ab68e909 Merge pull request #36509 from anchepiece/patch-1
Update code.iss to associate `.bib` files
2017-10-27 11:55:11 +02:00
Rob Lourens 201681ae0a Log failure cases 2017-10-25 17:33:20 -07:00