Martin Aeschlimann
ffdaa221d9
[scss] update grammar ( atom/language-sass@63b3aa0 )
2017-02-02 10:48:46 +01:00
Johannes Rieken
202a6db2ac
update distro
2017-02-02 10:36:08 +01:00
Dirk Baeumer
f8e09e80ad
Another wording change to the PHP executable validation.
2017-02-02 10:13:25 +01:00
Sandeep Somavarapu
383bd60a6c
Fix #17290
2017-02-02 09:59:47 +01:00
Benjamin Pasero
22a0e8756a
do not use Ctrl+Alt keybindings under windows
2017-02-02 09:58:04 +01:00
Benjamin Pasero
01373f73aa
copy path command in explorer (for #4557 )
2017-02-02 09:50:53 +01:00
Benjamin Pasero
10dc7423f9
get rid of electron-browser in parts/files
2017-02-02 09:16:37 +01:00
Benjamin Pasero
9b20299470
only support file resources for certain actions in the explorer
2017-02-02 08:55:15 +01:00
Matt Bierner
63929e0d20
Added extra null check in configFileDiagnosticsReceived
2017-02-01 22:38:02 -08:00
Matt Bierner
d98ad723d4
Enable no implicit returns in tsconfig.json
2017-02-01 18:38:47 -08:00
Matt Bierner
2a40036dbb
Adding explicit returns for remaining instances
2017-02-01 18:36:55 -08:00
Daniel Imms
af472b092d
Make simplified chinese the default variant for ZH
2017-02-01 18:29:23 -08:00
Matt Bierner
8dad2594ce
Remove a few more extension d.ts files that are not needed
2017-02-01 17:53:47 -08:00
Matt Bierner
c342eaa22e
Adding more explicit returns
2017-02-01 17:29:57 -08:00
chrisdias
2a82bcdc57
Merge branch 'master' of https://github.com/microsoft/vscode
2017-02-01 17:15:43 -08:00
chrisdias
c8a6aaafce
fix #19362 , update scroll lock icons
2017-02-01 17:15:29 -08:00
Matt Bierner
406014ae97
Adding explicit returns
2017-02-01 17:06:13 -08:00
Rob Lourens
f1abc274df
Fix #19199 - debounce F4/Shift+F4
2017-02-01 16:59:45 -08:00
isidor
ddad50c5c0
Trigger set variable input onRename, not onEnter
...
fixes #19583
2017-02-02 00:25:58 +01:00
Matt Bierner
cda3584a99
Use @types/node in extensions ( #19692 )
...
Switches builtin extensions to use @types/node for node definitions. Fixes a few errors that show up as a result of updating to a more modern version of node.d.ts
2017-02-01 15:20:17 -08:00
Daniel Imms
c4f02ee14a
Fill in LANG language variant when absent
...
Fixes #13834
2017-02-01 14:49:44 -08:00
isidor
9fec3ed782
Add zenMode.restore configuraiton
...
fixes #19431
2017-02-01 23:38:32 +01:00
Alex Dima
e747ed2afd
A view line reads all its rendering data in one call
2017-02-01 23:21:16 +01:00
Christof Marti
2fbdfef4ca
Improve Welcome telemetry
2017-02-01 14:18:36 -08:00
katainaka
96ba7c27aa
Fixed colorization of nested list. ( #19596 )
...
Fixed colorization of nested list with unindented line.
2017-02-01 14:18:23 -08:00
Matt Bierner
909d79f36a
Add no unused local and no unused parameter checks to ts extension
2017-02-01 13:41:59 -08:00
Daniel Imms
8fee7c8e58
Use shorter pointer to xterm github dependency
2017-02-01 13:41:03 -08:00
Daniel Imms
a841b5f10f
Enable process to write to terminal before the panel exists
...
Fixes #12000
2017-02-01 13:36:05 -08:00
Daniel Imms
5c64c4c6ce
Uplevel xterm.js
...
This brings in:
- eraseRight/Left null exception
- Animation frame idle performance
- Pull renderer out
Fixes Microsoft/vscode#19640
Part of Microsoft/vscode#12000
Fixes Microsoft/vscode#19651
2017-02-01 13:36:04 -08:00
Matt Bierner
4afd014791
Add no unused paramter option to markdown extension
2017-02-01 13:34:35 -08:00
Sandeep Somavarapu
5ef651d251
Preferences editor clean up - Create settings renderer after resolving default settings
2017-02-01 22:13:54 +01:00
Matt Bierner
21b7cba0da
Fix Detected Link Style For Links With Underscores ( #19645 )
...
Fixes #12226
**Bug**
Current styling hides underscores in detected links
**Fix**
Instead of using `text-decoration: underline`, use `border-bottom` to offset the underline a bit further from the text
2017-02-01 12:47:10 -08:00
Matt Bierner
ae3f254e35
Flag errors in TSconfig.json ( #19656 )
...
Fixes #3783
From https://github.com/Microsoft/TypeScript/issues/10473
2017-02-01 12:37:09 -08:00
Matt Bierner
c7c9530cd7
Bump bundled extension ts version to 2.1.5 ( #19657 )
2017-02-01 12:35:12 -08:00
Matt Bierner
7c633148b3
Remove unneeded d.ts files from extensions ( #19653 )
...
* Remove unneeded d.ts files from extensions
Moves most extensions to use the lib files for the standard library that typescript provides.
* Remove a few more node.d.ts references
2017-02-01 12:34:50 -08:00
Sandeep Somavarapu
d6e7de0cea
Clean up preferences editor
2017-02-01 17:54:14 +01:00
Sandeep Somavarapu
a850993cf4
Prefrences editor Clean up: Oraganize preferences renderers and listeners
2017-02-01 17:54:14 +01:00
Sandeep Somavarapu
b074cdae35
Add null checks for renderers
2017-02-01 17:54:14 +01:00
isidor
f6c19a7767
debug: before starting debug save all files via workbench command
...
fixes #19415
2017-02-01 17:40:14 +01:00
isidor
40093c6c09
debug: when more than 1 adapter is interested in a language let the user choose
...
fixes #19670
2017-02-01 17:21:50 +01:00
Benjamin Pasero
b3ddcbd4c9
💄
2017-02-01 16:41:53 +01:00
Alex Dima
b795358075
Some perf tweaks
2017-02-01 06:59:32 -08:00
Benjamin Pasero
76a920c169
first cut of commands for explorer (for #4557 )
2017-02-01 15:39:07 +01:00
isidor
f3d7631816
actions: do not run on right mouse click
...
fixes #19369
2017-02-01 12:50:14 +01:00
Joao Moreno
968bd57112
fixes #19638
2017-02-01 12:26:05 +01:00
Martin Aeschlimann
76e7a3c3ee
[less] Update less.tmLanguage.json to atom/language-less@9123663 (2017-01-31)
2017-02-01 12:21:13 +01:00
isidor
db7d305c4d
debug: null guard
...
fixes #16622
2017-02-01 11:12:37 +01:00
isidor
c335bde263
debug: if variable type is not provided show name on hover
...
fixes #19578
2017-02-01 10:54:22 +01:00
Dirk Baeumer
a035361751
Wording change if php.validate.executablePath points to an invalid executable
2017-02-01 10:49:55 +01:00
Martin Aeschlimann
69bec97f08
Merge pull request #19661 from Microsoft/tyriar/19647
...
Use important for vs-whitespace
2017-02-01 10:02:42 +01:00