Sofian Hnaide
6ee475f7a7
fix activate extension telemetry event to include
2016-03-09 17:26:58 -08:00
Sofian Hnaide
524f9f89f9
upgrade to latest vscode-extension-telemetry
2016-03-09 13:57:30 -08:00
Joao Moreno
800e3db207
Revert "add .nvmrc for using osx native fs-events with gulp"
...
This reverts commit bdbd4fa2f2 .
2016-03-09 18:36:35 +01:00
isidor
6580a4eaf2
debug: use remove-all icon for global removal actions in bps and watch header
2016-03-09 18:30:21 +01:00
Alex Dima
5afdf50098
Fixes #3858 : Update Jade language to 8109343
2016-03-09 18:15:57 +01:00
Alex Dima
c6482c7e8d
Use for now alerts for suggestion items
2016-03-09 18:15:56 +01:00
Alex Dima
a730ee9d9a
Make sure all services are copied over in standalone
2016-03-09 18:15:54 +01:00
Alex Dima
f12b97d72e
Format
2016-03-09 18:15:52 +01:00
Joao Moreno
55d064d2ba
fixes #3395
2016-03-09 17:40:45 +01:00
Joao Moreno
bdbd4fa2f2
add .nvmrc for using osx native fs-events with gulp
2016-03-09 17:40:45 +01:00
Joao Moreno
419cbfda2d
suggest: cleanup
2016-03-09 17:40:45 +01:00
Joao Moreno
abe3e4bf9a
fix suggest css
2016-03-09 17:40:45 +01:00
isidor
dadf9707a8
outputServices.showOutput do nothing if the correct panel is already revealed
...
fixes #3609
2016-03-09 17:27:01 +01:00
isidor
6438f68354
output: better protect agains spammy output
...
fixes #3896
fixes #3897
fixes #3609
2016-03-09 16:58:52 +01:00
Benjamin Pasero
e156e2bd88
prevent nvda from reading the full application URL on start/reload
2016-03-09 16:26:34 +01:00
Benjamin Pasero
3d2ecb3c25
Support to terminate extension host through IPC ( fixes #3904 )
2016-03-09 16:13:54 +01:00
Benjamin Pasero
1fb842763a
Revert "fixes #3294 "
...
This reverts commit 16a8d1d12f .
2016-03-09 15:44:34 +01:00
Martin Aeschlimann
0af2119bbd
Fixes #3899 : [folding] sections are still folded when disabled in preferences
2016-03-09 12:12:11 +01:00
Alex Dima
0f45852387
Add helpful error messages to deprecated "auto" values in editor.tabSize and editor.insertSpaces
2016-03-09 11:48:40 +01:00
Johannes Rieken
1fa8bcdf9d
add editor.acceptSuggestionOnEnter option to control iff Enter accepts a suggestion or inserts a new line, fixes #1657
2016-03-09 11:28:38 +01:00
Johannes Rieken
576824d772
keybinding contexts can reference configuration options
2016-03-09 11:28:38 +01:00
Benjamin Pasero
4727fbebbf
use aria labels for keybindings
2016-03-09 11:20:52 +01:00
Alex Dima
3ebc9c8bd6
Add IKeybindingService.getAriaLabelFor and adopt it
2016-03-09 11:09:16 +01:00
Dirk Baeumer
017b07c32a
Fixed location to probe for NLS files
2016-03-09 11:01:57 +01:00
Alex Dima
45906d91e4
Add ability to change a document's EOL
2016-03-09 10:50:18 +01:00
isidor
e8d5a7932b
output: introduce onActiveOutputChannel
...
fixes #3892
2016-03-09 10:37:07 +01:00
isidor
d292e6b057
editorStatus: minor polish
2016-03-09 10:08:18 +01:00
Dirk Baeumer
e3ddd0074e
Merge branch 'dbaeumer/extensionLanguageCreation'
2016-03-09 10:02:21 +01:00
Dirk Baeumer
db3235acb0
Fixed typo
2016-03-09 10:01:58 +01:00
Dirk Baeumer
ec3c8c3be4
Fixes #3824 : NLS build has an issue with \' in string
2016-03-09 09:58:15 +01:00
Benjamin Pasero
4ab03b2eca
TextDocument#save resolves with false ( fixes #3607 )
2016-03-09 07:42:31 +01:00
Dirk Baeumer
9f5da0577d
Create language specific nls files for extensions
2016-03-08 23:20:35 +01:00
Dirk Baeumer
4c6f977c36
Fixed typo
2016-03-08 22:08:50 +01:00
Alex Dima
11ea2b653e
Show message when "auto" is detected
2016-03-08 21:46:52 +01:00
Alex Dima
fc3e34b929
Handle indentation changes coming from configuration
2016-03-08 21:29:04 +01:00
Alex Dima
f6d576dd26
Handle indentation changes coming from the extension host
2016-03-08 21:29:03 +01:00
Alex Dima
70db9378ce
Allow to change indent options on models
2016-03-08 21:29:02 +01:00
Alex Dima
ad0dcb254b
Clean up createTestMirrorModelFromString
2016-03-08 21:29:01 +01:00
Alex Dima
8bc4d854a1
Minor cleanup in tests
2016-03-08 21:28:59 +01:00
Alex Dima
458a1c4678
Use defaultInsertSpaces when guessing
2016-03-08 21:28:58 +01:00
Alex Dima
e8cb7d5d6d
Clarify settings semantics
2016-03-08 21:28:57 +01:00
Alex Dima
1236d844fd
First cut at indentation options living in the model
2016-03-08 21:28:56 +01:00
Alex Dima
8d5cc05594
Model gets created with ITextModelCreationOptions
2016-03-08 21:28:55 +01:00
isidor
1c37e56741
output: accumulate output on the UI side, not in the service
...
fixes #2857
2016-03-08 18:59:43 +01:00
Daniel Imms
276a1cf307
Implement -w/--wait command line arg
...
This enables git integrations by waiting until the window is closed before
terminating the process. To set code as the default git editor run:
git config --global core.editor "code --wait"
Fixes #744
2016-03-08 09:43:25 -08:00
Daniel Imms
2c2f4763d7
Don't bother building rpm package for source
2016-03-08 09:01:31 -08:00
Daniel Imms
28c2b45bd3
Build 32-bit rpm package with correct arch
...
Fixes #3870
2016-03-08 08:52:07 -08:00
Joao Moreno
16a8d1d12f
fixes #3294
2016-03-08 17:51:50 +01:00
Benjamin Pasero
a408d80042
add an entry to the mode picker to hint a user how to configure the mode association in settings
2016-03-08 17:38:00 +01:00
Joao Moreno
ad7c7d37e8
fixes #3139
2016-03-08 16:59:54 +01:00