Johannes Rieken
aa8f889b8a
fix #26512
2017-05-12 12:46:27 +02:00
Benjamin Pasero
217c742483
Cannot read property 'className' of null ( fixes #26525 )
2017-05-12 12:39:35 +02:00
Johannes Rieken
89a9b9b398
fix #26510
2017-05-12 12:37:35 +02:00
Sandeep Somavarapu
fc28aa1006
Fix #17534
2017-05-12 12:35:55 +02:00
Sandeep Somavarapu
839e9af257
Fix #17255
2017-05-12 12:32:06 +02:00
Johannes Rieken
a85519060d
fix #26508
2017-05-12 12:31:56 +02:00
Benjamin Pasero
f8ee7599fb
Cannot read property 'isFullScreen' of null ( fixes #26520 )
2017-05-12 12:30:07 +02:00
Johannes Rieken
32af260b0d
fix #26465
2017-05-12 12:29:28 +02:00
Benjamin Pasero
54811a0062
💄
2017-05-12 12:28:28 +02:00
isidor
cc3b14e3d9
debug: tmp setting variablesDelay
2017-05-12 12:27:32 +02:00
isidor
98b5631bdb
debug: refresh the variables tree lazily
...
fixes #25605
2017-05-12 12:27:32 +02:00
isidor
f4c2b4d1cc
debug: fetch first call stack to improve perf
...
#25605
2017-05-12 12:27:32 +02:00
Benjamin Pasero
e1386feaa2
Uncaught TypeError: Cannot read property 'style' of undefined ( fixes #26514 )
2017-05-12 12:17:33 +02:00
Benjamin Pasero
4006b8e629
Cannot read property 'push' of undefined ( fixes #26513 )
2017-05-12 12:16:25 +02:00
Joao Moreno
47996c00f5
tfs: accept source maps access key
2017-05-12 11:51:26 +02:00
Joao Moreno
24f5525a5b
tfs: use scoped npm cache
2017-05-12 11:45:08 +02:00
Joao Moreno
42741c1995
tfs: fix darwin build
2017-05-12 11:41:36 +02:00
Joao Moreno
c90c3111ea
tfs: fix darwin build
2017-05-12 11:40:28 +02:00
Joao Moreno
2b9052dd26
tfs: darwin get secrets
2017-05-12 11:39:41 +02:00
Joao Moreno
41f50f9b79
tfs: darwin use agent specific npm cache
2017-05-12 11:35:34 +02:00
Johannes Rieken
b548d2128d
split things up into api/node and api/electron-browser
2017-05-12 11:24:22 +02:00
Joao Moreno
facba24c2d
bring tfs scripts to repo
2017-05-12 11:03:02 +02:00
Joao Moreno
64db7ea722
improve build logging
2017-05-12 10:26:50 +02:00
isidor
a5927ad2e6
debug: viewer get cached callStack
2017-05-12 10:21:46 +02:00
Benjamin Pasero
47fbe1943d
commands: handle label clashes better
2017-05-12 10:17:03 +02:00
Sandeep Somavarapu
9240c59686
Fix #26357
2017-05-12 10:09:19 +02:00
Alex Dima
8d8390bc9b
Fixes #26446 : Artificially inflate the width of collapsed multiline decorations
2017-05-12 10:07:10 +02:00
Joao Moreno
d8df161717
remove linux build todo
2017-05-12 09:34:45 +02:00
Matt Bierner
b3961defce
Fix crash in webview while updating zoom when webcontent is potentially destroyed. Fixes #26509
2017-05-11 23:18:02 -07:00
Benjamin Pasero
f6ab171ab6
💄
2017-05-12 07:59:00 +02:00
Matt Bierner
e36e70707d
Added go to implementaiton and go to definition to go menu. Fixes #26461
2017-05-11 21:33:20 -07:00
Matt Bierner
590c5f1fc2
Remove go to implementaiton from context menu Fixes #25913
2017-05-11 21:24:25 -07:00
Daniel Imms
4ffd4a0147
Don't dispose terminal link hover handlers too early
...
Fixes #23484
2017-05-11 17:22:17 -07:00
Daniel Imms
2ef1ba7934
Track terminal link underline on the link itself, not the panel
...
Fixes #23621
2017-05-11 16:56:46 -07:00
Andre Weinand
6b7fe1e471
node-debug@1.13.4
2017-05-11 23:42:19 +02:00
rebornix
3b3c23c9cb
Fix #26409
2017-05-11 11:31:05 -07:00
Matt Bierner
0d5c9f418b
Remove Need for File Extensions in TypeScript Language Definitions ( #26413 )
...
Part of #25740
To support TS Server plugins for languages like angular, we will allow extensions to register new langauges for TypeScript to watch. The angular language for example would want ng-html files to also be uploaded to TypeScript for checking
The current language definitions all define both a set of language modes they support and a set of file extensions. The file extension part is unnessiary and may be incorrect depending on how a user sets up their `file.associations` in the workspace. This change removes the extensions part so that we always make use of the language mode
2017-05-11 10:48:48 -07:00
Joao Moreno
97f1fc61f3
tfs: darwin build
2017-05-11 19:37:52 +02:00
Joao Moreno
705847ee6b
tfs: darwin wait for signed build
2017-05-11 18:11:50 +02:00
Sandeep Somavarapu
625ce8fe28
Implement select command for tree views
2017-05-11 17:58:06 +02:00
isidor
cd6685c06b
debug: respect stack frame endLine and endColumn coming from adapter
2017-05-11 17:28:31 +02:00
Joao Moreno
8303715913
tfs: darwin build
2017-05-11 16:59:23 +02:00
Joao Moreno
e5e1098fbf
increase lazyenv timeout
2017-05-11 16:46:49 +02:00
Joao Moreno
6a8988162e
Revert "Revert "fix #24435 ""
...
This reverts commit b9988fedd6 .
2017-05-11 16:46:04 +02:00
Joao Moreno
0db44440a1
update gulp atom electron
2017-05-11 15:57:59 +02:00
Benjamin Pasero
635ace77e9
Add 'Command Palette...' action to the Editor Context Menu ( fixes #26442 )
2017-05-11 12:20:08 +02:00
Alex Dima
cdac53445d
Fixes #26446 : Artificially expand the width of collapsed decorations
2017-05-11 12:11:01 +02:00
Benjamin Pasero
583b14b9af
[loc][query] what is "ellapsed" ( fixes #26439 )
2017-05-11 12:10:19 +02:00
isidor
a5b701b99e
debug: decorate stackFrame ranges if provided
...
fixes #8851
2017-05-11 11:28:40 +02:00
Johannes Rieken
b9988fedd6
Revert "fix #24435 "
...
This reverts commit f3ffc2ed9b .
2017-05-11 11:28:19 +02:00