Rob Lourens
33356f7a95
Bump node-debug2
2018-06-20 18:47:38 -07:00
Dirk Baeumer
b8b60dd487
Remove core language pack from build
2018-06-19 10:43:23 +02:00
Daniel Imms
11959fabe0
Re-enable 32-bit builds too
2018-06-19 16:19:24 +10:00
Daniel Imms
522eef3991
Re-enable rpm publish
2018-06-19 12:09:43 +10:00
Daniel Imms
0aa7928d5e
Re-enable rpm builds
2018-06-19 12:09:24 +10:00
Joao Moreno
36cab98dc0
also disable rpm for 64
2018-06-18 12:19:44 +02:00
Joao Moreno
2afc0e9248
linux: disable rpm builds
2018-06-18 11:34:55 +02:00
Matt Bierner
391ce985ca
Update to TS 2.9.2
2018-06-13 16:26:18 -07:00
Joao Moreno
4476591b72
fix xml reference
2018-06-12 18:21:33 +02:00
Joao Moreno
4dc738593b
complete integration test results
2018-06-12 17:24:23 +02:00
Joao Moreno
7d2e693a9b
unit tests: use mocha junit reporter
2018-06-11 18:18:27 +02:00
Joao Moreno
cc68a0e81c
continuous build: dont publish artifacts for PRs
2018-06-11 17:43:33 +02:00
Joao Moreno
04e5c3da6c
smoketest: continue build on error
2018-06-11 17:35:08 +02:00
Joao Moreno
05d6266821
go back to regular yarn
2018-06-11 09:00:52 +02:00
Joao Moreno
771424d848
update release name
2018-06-11 08:56:35 +02:00
Andre Weinand
70d800f164
node-debug@1.25.2
2018-06-08 19:54:13 +02:00
Andre Weinand
765e9e16bb
node-debug@1.25.1
2018-06-08 13:25:06 +02:00
Rob Lourens
b8d9a3a72f
Bump node2
2018-06-07 17:50:48 -07:00
Joao Moreno
64833502ca
build: continuous build should proceeed even if PublishBuildArtifacts failed
2018-06-07 16:49:48 +02:00
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