Commit graph

1695 commits

Author SHA1 Message Date
Rachel Macfarlane 2040792965 Process monitor on Linux shows wrong process load, #51200 2018-06-06 17:09:39 -07:00
Joao Moreno 182726178f cleanup build/tfs folder
fixes #45746
2018-06-06 15:56:33 +02:00
Rachel Macfarlane e4f21842e3
Merge pull request #50501 from Microsoft/rmacfarlane/review 2018-06-04 16:31:57 -07:00
Matt Bierner 5065397f9b Build VS Code with TS 2.9
Fixes #51102
2018-06-04 11:50:05 -07:00
Peng Lyu ad635f2b4c Merge remote-tracking branch 'upstream/master' into rmacfarlane/review 2018-06-04 11:14:31 -07:00
Alex Dima 3989e2d7f6 Fixes #48758: Do not import standalone editor modules 2018-05-31 11:25:37 +02:00
Matt Bierner 608bbb7c01 Use better colors for markdown code blocks 2018-05-30 22:53:56 -07:00
Joao Moreno e3ee51ac70 build: remove npm auth 2018-05-30 17:55:00 +02:00
Joao Moreno 9ab6f34772 continuous build: use vsts feed 2018-05-30 17:42:09 +02:00
Joao Moreno c717348063 continuous build: use vsts npm feed 2018-05-30 17:27:31 +02:00
Joao Moreno b000f52c6e missing compilation 2018-05-30 16:53:19 +02:00
Joao Moreno 96cee4a6f0 add User-Id to marketplace build requests 2018-05-29 08:28:42 +02:00
Andre Weinand 44ef3e9d1b mode-debug@1.24.0 2018-05-27 23:21:40 +02:00
Rachel Macfarlane 8b39ee1e5c Revert changes to hygiene file 2018-05-25 20:17:13 -07:00
Peng Lyu 1281febbe2 md renderer for description view. 2018-05-23 10:37:16 -07:00
Martin Aeschlimann b217a7f236 [pug] Use pug grammar & rename language id. Fixes #50086 2018-05-22 10:52:19 +02:00
Peng Lyu ed1ff120fe ignore js error for webpack 2018-05-18 12:58:47 -07:00
Peng Lyu 9acfd66aa0 Merge remote-tracking branch 'upstream/master' into rebornix/review 2018-05-18 10:16:19 -07:00
Rob Lourens 5f2489523f Bump node2 2018-05-18 09:49:23 -07:00
Matt Bierner 8bb27cd255
Add unused diagnostic subtype (#49646)
* Add unused diagnostic subtype

Fixes #15710

Adds a new `DiagnosticTag` class that provide additional information about a diagnostic. Introduce `DiagnosticTag.Unnecessary` to mark when a diagnostic is for unused / unnecessary code

The design comes from Rosyln's diagnostic object and allows us to modify how a diagnostic is rendered without changing its serverity.

Hooks up JS and TS to use this new tag. This is controlled by the `javascript.showUnused.enabled` setting which is enabled by default

- Introduce a new diagnostic severity for unused.

    However, using this approach, if a user sets `noUnusedLocals` in their `tsconfig.json`, the resulting diagnostic could only show the squiggly OR be grayed out. Using `customTags` allows us to support both graying out and showing the squiggly

- Custom JS/TS implementation using decorators

    Not themable. We want a standard experience across languages.

* - Move to proposed
- Use numeric enum
2018-05-17 15:43:59 -07:00
Johannes Rieken abf25ad143 Merge branch 'master' into joh/outline 2018-05-15 18:12:33 +02:00
Alex Dima df15f84236 Have esm/vs/editor/editor.api.d.ts be an external module (Microsoft/monaco-editor#871) 2018-05-15 11:17:11 +02:00
Johannes Rieken 29ee1ac696 Merge branch 'master' into joh/outline 2018-05-08 09:02:36 +02:00
Johannes Rieken 2fbc328d86 outline baby steps 2018-05-08 09:02:08 +02:00
Rob Lourens 5812f20c70 Bump node-debug2, Fix #49345 2018-05-07 11:09:15 -07:00
Joao Moreno d29620f2ba Revert "Bump node-debug2"
This reverts commit f2cd84b1c2.
2018-05-07 10:36:25 +02:00
Rob Lourens f2cd84b1c2 Bump node-debug2 2018-05-04 12:14:47 -07:00
Joao Moreno 3d45d43963 fix builds 2018-05-02 14:16:34 +02:00
Joao Moreno 45a2bc7e3d fix task 2018-05-02 14:16:15 +02:00
Joao Moreno baf6fbc777 update continuous build
fixes #48800
2018-05-02 12:57:44 +02:00
Matt Bierner 2c7cea2d37 Use TS 2.8.3 for building vscode 2018-05-01 10:16:51 -07:00
Joao Moreno fdaf90dbff continuous build: stop windows on first error 2018-05-01 17:50:36 +02:00
Johannes Rieken 727774d6bc debt - make bulkEdit a service so that we can add create/delete/rename file to it 2018-04-30 12:30:24 +02:00
Rob Lourens bbb562359b Bump node-debug2 #47274 2018-04-25 21:25:23 -07:00
Joao Moreno c2493d71bd update inno_updater v0.4.3
related to #47815 #47804
2018-04-25 16:35:12 +02:00
Alex Dima 6bf2e72541 Fixes Microsoft/monaco-editor#770 2018-04-25 11:47:01 +02:00
Rob Lourens 36e6cbb766 Bump node-debug2 2018-04-24 21:26:05 -07:00
Andre Weinand c9e4724226 node-debug@1.23.3 2018-04-25 00:23:09 +02:00
Peng Lyu cbee2c0ce5 Merge remote-tracking branch 'upstream/master' into rebornix/review 2018-04-24 08:23:32 -07:00
Rob Lourens 9ca84c8635 Bump node-debug2 2018-04-23 14:58:54 -07:00
Joao Moreno 0ed3e197c7 make product build scripts stop when any command fails 2018-04-23 16:28:38 +02:00
Joao Moreno 1891516706 fixes #48393 2018-04-23 15:58:32 +02:00
Andre Weinand a2e0399b26 node-debug@1.23.2 2018-04-23 12:03:44 +02:00
Erich Gamma f4e9ff4773 keep @ts-check happy 2018-04-22 11:12:36 -07:00
Rob Lourens 4c3e0599bb Bump node2 2018-04-21 16:33:22 -07:00
Joao Moreno d6b38359e6 proposed open url api 2018-04-20 13:43:08 +02:00
Joao Moreno cc955e0670 comment out smoketest from product build for now 2018-04-19 10:19:58 +02:00
Joao Moreno 6fb36419f1 make build stop when a script errs 2018-04-18 17:42:37 +02:00
Joao Moreno fbdc0496a8 single build artifacts folder 2018-04-18 16:15:39 +02:00
Joao Moreno f7b8b1ad2d publish log files 2018-04-18 15:47:12 +02:00