Commit Graph

1257 Commits

Author SHA1 Message Date
Andre Weinand
451729486e update node-debug 2016-01-05 18:01:12 +01:00
João Moreno
0b5c09c1f8 Merge branch 'master' of github.com:Microsoft/vscode 2016-01-05 17:29:33 +01:00
João Moreno
3a993ae029 avoid using stdout for askpass
fixes #1449
2016-01-05 17:29:20 +01:00
isidor
f5d3f99fee debug: better handling of raw source objects
fixes #1793
2016-01-05 17:22:07 +01:00
isidor
b76b361185 debug: bring colors to debug simple value hover 2016-01-05 16:42:08 +01:00
isidor
65d26f57ff debug: hover use the tree only for complex variable inspection 2016-01-05 16:42:08 +01:00
isidor
308cb7401b debug: move debugHover.css to own file 2016-01-05 16:42:07 +01:00
isidor
cece28dc1e debug: put a tree inside a hover 2016-01-05 16:42:07 +01:00
isidor
d1ff2538f2 debug: do not hide the hover when user clicks or moves over it 2016-01-05 16:42:06 +01:00
isidor
e0b60311da debug: refactor hover such that doShow takes an expression 2016-01-05 16:42:06 +01:00
Benjamin Pasero
e911c888a3 filePicker.alternateFileNameMatching: true 2016-01-05 16:15:11 +01:00
Benjamin Pasero
cbf608e5de search: fix bad callback use 2016-01-05 15:58:25 +01:00
Johannes Rieken
b41f402660 no blank lines in sample code 2016-01-05 15:57:10 +01:00
Benjamin Pasero
4ddc89d0ea Can't create a tsconfig.json file anymore (fixes #1785) 2016-01-05 15:48:41 +01:00
Andre Weinand
90b80d32a5 update debugprotocol module 2016-01-05 15:36:00 +01:00
Martin Aeschlimann
3e3066c777 Using the notice language provided in the W3C Document License 2016-01-05 15:24:29 +01:00
Martin Aeschlimann
386308bc18 Update Jade.tmLanguage to version from Dec 1 2015 2016-01-05 14:40:08 +01:00
Martin Aeschlimann
b102636053 No Intellisense with package.json #1769 2016-01-05 14:21:38 +01:00
Martin Aeschlimann
6868079234 [json] 'format' missing in meta schema 2016-01-05 12:51:13 +01:00
Martin Aeschlimann
3507d31507 [json] preloaded meta schema not used for *.schema.json 2016-01-05 12:51:12 +01:00
Martin Aeschlimann
f70dd32f67 Update htmlbeautify (version of jsbeautifiy is unchanged) 2016-01-05 12:51:12 +01:00
Andre Weinand
ea594b25fb debug protocol: add attribute 'adapterData' to Source 2016-01-05 12:38:41 +01:00
Benjamin Pasero
b1dc00567d search: bubble cancellation further down to prevent work 2016-01-05 12:07:49 +01:00
Joao Moreno
80e0b2dcad add git askpass window title
fixes #1558
2016-01-05 11:02:27 +01:00
Benjamin Pasero
f2ddd114dd remove unused 2016-01-05 10:53:53 +01:00
Johannes Rieken
93aa9c8b65 errors & warnings view must be prepared for no editor, fixes #1783 2016-01-05 10:47:56 +01:00
Johannes Rieken
2e50c91b24 correct command argument caching for CodeLensProvider, fixes #1698 2016-01-05 10:38:02 +01:00
Johannes Rieken
fa1c52de3b towards code lens lifecycle, still #1698 2016-01-04 18:48:19 +01:00
Johannes Rieken
de3e63c058 💄 trim [ExtHost|MainThread]Commands classes 2016-01-04 18:48:18 +01:00
Joao Moreno
69aba0984c s/host/hostname/
fixes #69
2016-01-04 17:41:36 +01:00
Johannes Rieken
ff077c103e create dummy commands (and manage them) when code action or code lens commands have argument #1698 2016-01-04 16:22:28 +01:00
Johannes Rieken
8b5d2dd2eb don't reuse testing thread service, fixes #1382 2016-01-04 16:22:28 +01:00
Johannes Rieken
73cafb37a0 💄 use Disposable class 2016-01-04 16:22:27 +01:00
Joao Moreno
2c843226d5 git lib: use iconv to decode buffers
fixes #1539
2016-01-04 16:13:41 +01:00
Joao Moreno
513b5dfef4 better sync animation 2016-01-04 16:06:28 +01:00
isidor
bb69254bfb debug: call stack message box shows stopped reason of focused thread
fixes #1701
2016-01-04 15:55:06 +01:00
isidor
77dffb0026 debug: introduce thread.stoppedReason 2016-01-04 15:55:05 +01:00
Joao Moreno
bd73420827 remove suggest optimization
fixes #1712
2016-01-04 15:50:22 +01:00
Benjamin Pasero
45b142889e we are actually on 0.10.6 2016-01-04 14:55:02 +01:00
Joao Moreno
1aff05757f do not prompt to install an already installed extension
fixes #1411
2016-01-04 14:30:39 +01:00
Benjamin Pasero
5c23b523ff OpenAnythingHandler throws errors (fixes #1763) 2016-01-04 13:58:15 +01:00
isidor
e614b09283 debug: introduce variable.available to show variable request errors better
fixes #1700
2016-01-04 12:58:46 +01:00
Joao Moreno
81102325ec remove old test scripts 2016-01-04 12:56:47 +01:00
Joao Moreno
6ca82dcf6f fix git changes view keyboard navigation
fixes #1544
2016-01-04 12:53:14 +01:00
Johannes Rieken
048581bdd1 💄 registerApiCommand 2016-01-04 12:44:56 +01:00
Joao Moreno
00865464d2 scripts/test
#1523
2016-01-04 12:35:35 +01:00
isidor
9c574b1514 debug: do not complain for cwd conversion to absolute path 2016-01-04 12:27:11 +01:00
Joao Moreno
e9632189b7 use win32MutexName
fixes #972
2016-01-04 12:24:09 +01:00
Johannes Rieken
e8d7dd2d8b remove unused code 2016-01-04 12:04:49 +01:00
isidor
7398515459 debug: do not send breakpoints before the 'initialized' event
fixes #1702
2016-01-04 11:47:54 +01:00