David Storey
ddc8a92b6d
Add @viewport (inc -o-/-ms-) to syntax highlighter
...
Changes:
* support @viewport at-rules
* add min/max/user-zoom to property list
* add portrait and landscape to property value list
Currently I’m just using the property list for valid descriptors within the viewport at-rule, as that is what the file is also doing for font-face at-rule. Ideally they'd be split out to only accept the valid descriptors in the future.
2015-12-16 01:30:12 -08:00
David Storey
ba296d55c7
Update list of valid CSS values for syntax highlighting
2015-12-15 18:20:59 -08:00
David Storey
459aebc257
Remove "this property" and "the x property" from existing CSS property descs
2015-12-12 21:27:28 -08:00
David Storey
96dd2a32c9
Fix copy/paste descriptions from existing border-* properties
2015-12-12 20:56:01 -08:00
David Storey
1977e7cfc8
Minor css-scheme fixes
...
* fix copy/paste error that duplicated motion-path rather than add motion shorthand
* Add percentage and correct desc for motion-offset
* Add description and official spec for touch-action property
2015-12-12 20:29:55 -08:00
David Storey
288fb14503
Fix failing tests
2015-12-12 02:16:21 -08:00
David Storey
3b40a57b00
Fix last of merge issues
2015-12-12 01:04:08 -08:00
David Storey
206f9a84d2
Merge Microsoft/master into branch
2015-12-12 00:04:07 -08:00
Sofian Hnaide
18c4a65cb2
Revert "remove send-a-simle"
...
This reverts commit 29d13705bc .
2015-12-11 12:57:00 -08:00
Benjamin Pasero
fed21f5235
fix return types
2015-12-11 18:03:15 +01:00
Joao Moreno
5845b8ee1b
version bump
2015-12-11 18:01:43 +01:00
Benjamin Pasero
9636e7b4eb
[Cancel] buttom should in [Don't Save] buttom's right ( fixes #1196 )
2015-12-11 17:48:37 +01:00
Joao Moreno
fd1fd507e5
git publish action
...
fixes #908
2015-12-11 17:47:31 +01:00
Joao Moreno
c24e0ccd34
provide more git global actions
2015-12-11 17:47:31 +01:00
Joao Moreno
80a5148ba0
PublishAction
2015-12-11 17:47:31 +01:00
Alex Dima
965138ff61
Remove moveCursorWhenScrolling for now from stand-up feedback
2015-12-11 17:46:35 +01:00
Alex Dima
f0f71be9c1
Fixes #983 : Add support for numpad keys
2015-12-11 17:41:10 +01:00
Alex Dima
646343c5f8
Simplify keyboardEvent
2015-12-11 17:41:09 +01:00
Johannes Rieken
aa9ca2f6ae
use native-keymap@0.1.0
2015-12-11 17:22:56 +01:00
Martin Aeschlimann
18bda862fa
Merge pull request #1191 from Microsoft/aeschli/suggest-move-overwrite-fields
...
Move overwriteBefore/overwriteAfter to ISuggestion
2015-12-11 16:25:43 +01:00
Martin Aeschlimann
d08132fcbb
[ts] update grammars with latest from TypeScript-TmLanguage (05e623f)
2015-12-11 16:06:10 +01:00
Martin Aeschlimann
45f29b9988
[js] update grammars with latest from TypeScript-TmLanguage (05e623f)
2015-12-11 16:06:09 +01:00
isidor
e0f22c7bff
debug: check what server exited before doing onSessionEnd.
...
fixes #1141
2015-12-11 15:49:58 +01:00
Benjamin Pasero
3e2b7c7195
fix a bug where the encoding indicator can get lost in the status bar
2015-12-11 15:47:31 +01:00
Martin Aeschlimann
406b22f712
add more tests
2015-12-11 15:44:24 +01:00
Martin Aeschlimann
f8f54174f4
var-> let
2015-12-11 15:44:15 +01:00
Benjamin Pasero
ac9540de4f
add action to maximize active editor and hide sidebar
2015-12-11 15:40:59 +01:00
isidor
41c4753b95
debug: hide function breakpoints from UI
2015-12-11 15:16:27 +01:00
Andre Weinand
dfd7f2698c
update node-debug
2015-12-11 15:13:04 +01:00
Johannes Rieken
077ebcf4d3
use vscode-omnisharp v0.3.0
2015-12-11 14:02:32 +01:00
Johannes Rieken
89059f5529
better keybindings for ScrollLine[Up|Down]
2015-12-11 13:49:48 +01:00
Benjamin Pasero
fd25c8a158
Support encoding and lf/crlf from status bar for diff editor ( fixes #1195 )
2015-12-11 12:54:58 +01:00
Joao Moreno
91e3b548c7
git lib get remotes
2015-12-11 12:35:46 +01:00
isidor
eb132edb98
extensions: add uninstall action when showing extension error.
...
#1123
2015-12-11 12:24:16 +01:00
isidor
1113efc91d
extensions: move install and uninstall actions to extensionsActions.
2015-12-11 12:24:15 +01:00
Martin Aeschlimann
0c3b6d63fa
Move overwriteBefore/overwriteAfter to ISuggestion #1191 - remove ISuggest.textEdit
2015-12-11 11:30:28 +01:00
Johannes Rieken
b00c8da8cd
Merge pull request #1170 from Microsoft/joh/diagSource
...
Joh/diag source
2015-12-11 11:27:13 +01:00
Martin Aeschlimann
b1ea910757
Move overwriteBefore/overwriteAfter to ISuggestion
2015-12-11 11:18:43 +01:00
isidor
efc9e2600f
extensions status: respond to feedback from #1123
2015-12-11 11:18:35 +01:00
Benjamin Pasero
b5ac76e800
fix highlighting issue with overlapping ranges
2015-12-11 11:17:26 +01:00
Johannes Rieken
661d832744
always set signature offsets, fixes #645
2015-12-11 11:10:09 +01:00
Martin Aeschlimann
4940008024
[json] refactor intellisense participants to not depend on schema - fix
2015-12-11 11:05:00 +01:00
Martin Aeschlimann
177bd47d6d
[python] strings in dictionary values incorrectly highlighted #1175
2015-12-11 11:05:00 +01:00
Alex Dima
64ee5a6572
Fixes #1188 : move markers when running snippets
2015-12-11 11:00:57 +01:00
Erich Gamma
f074a4cf72
Enable emmet in jsx, tsx files #732
2015-12-11 10:56:58 +01:00
Johannes Rieken
1ac84cf97f
remove JavaScript source again
2015-12-11 10:53:26 +01:00
Joao Moreno
35cc3550fd
remove todo
2015-12-11 10:52:35 +01:00
Joao Moreno
79ba0fce49
better font for askpass dialog
2015-12-11 10:52:35 +01:00
Johannes Rieken
eb75868deb
render source in front of message
2015-12-11 10:51:29 +01:00
isidor
5da7ccf7b3
debug: null guard.
2015-12-11 10:48:38 +01:00