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
Rob Lourens
787f4c4b47
Compute buildNumber once
2017-10-25 16:57:16 -07:00
Rob Lourens
c14a7bb21e
Add unique version number
2017-10-25 16:55:44 -07:00
Martin Aeschlimann
e9d793eb33
[sql] switch to Microsoft/sql grammar ( fixes #36853 )
2017-10-25 16:32:04 +02:00
Joao Moreno
3ace2f4c8d
fix hygiene script
2017-10-24 10:55:51 +02:00
Andre Weinand
bd0338b04a
node-debug@1.18.2
2017-10-23 15:10:55 +02:00
Fares Rihani
aec730545a
Add BibTeX description to .bib filetype
2017-10-22 19:52:39 -04:00
Sandeep Somavarapu
f80adf8a85
Fix #35219
2017-10-20 22:08:53 +02:00
Joao Moreno
65c08338e4
disable smoketests
2017-10-20 16:31:50 +02:00
Joao Moreno
c45ca4efee
use SetupMutex
...
fixes #36545
2017-10-20 11:03:39 +02:00
Joao Moreno
1f483271e0
fix insider hardcoding for smoketest
2017-10-19 16:52:08 +02:00
Fares Rihani
28d0352a4d
Update code.iss to associate .bib files
...
Adding in the required registry entries to associate `.bib` LaTeX bibliography files in the Windows environment. #28959
2017-10-18 14:14:58 -04:00
Joao Moreno
c6a4ebf8b9
Merge branch 'master' into smoketest
2017-10-18 15:55:00 +02:00
Johannes Rieken
bcfc11acc0
uri - export UriComponents
2017-10-18 15:14:56 +02:00
Joao Moreno
88b2d2e82f
Merge branch 'master' into smoketest
2017-10-18 12:01:16 +02:00
Rob Lourens
3495b0b185
node-debug2@1.18.3
2017-10-16 15:49:25 -07:00
isidor
10a0e42569
bump node debug version
2017-10-16 15:26:00 +02:00
Benjamin Pasero
9c78e13b29
Gulp watch fails to trigger recompilation while TypeScript compiles ( fixes #36214 )
2017-10-13 12:15:52 +02:00
Joao Moreno
28fcacfdce
fix bad src of files in hygiene
2017-10-10 17:53:33 +02:00
Joao Moreno
a4c647f62f
Merge remote-tracking branch 'origin/master' into smoketest
2017-10-10 09:19:17 +02:00
Rob Lourens
266a1af40a
Bump node-debug2
2017-10-09 15:05:43 -07:00
Joao Moreno
94fb905f00
enable dbus on linux docker containers
2017-10-09 22:18:42 +02:00
Matt Bierner
0bd33bbd96
Use strict versions for @types. Fixes #35561
2017-10-09 11:21:00 -07:00
Daniel Imms
e29c517386
Revert "replace bash shebang with '#!/usr/bin/env bash" for portability"
...
This reverts commit 86dace91a2 .
2017-10-06 09:33:22 -07:00
Joao Moreno
4756d8d980
smoke: log main and renderer processes
2017-10-06 11:06:49 +02:00
Joao Moreno
3a399200f2
smoke: simplify screenshots, artifacts
2017-10-06 09:58:38 +02:00
Joao Moreno
0a7e61642b
smoketest: logs permissions
2017-10-05 16:47:42 +02:00
Joao Moreno
cee94c30ce
smoke: fix darwin launcher
2017-10-05 15:28:15 +02:00