Alexis Aubry
5f71983134
Update Swift Autocompletion Syntax
...
Performed updates to the Swift Snippets JSON so that they match the latest language syntax
Updated :
- print()
- repeat {} while
Added :
- Guard statement
- Optional Binding Statement
2016-02-20 15:18:59 +01:00
Erich Gamma
b734c52e0f
Fixes #3195
2016-02-20 15:01:25 +01:00
Erich Gamma
2aa41e4651
merging #3034
2016-02-20 14:58:39 +01:00
Alex Dima
2754e11383
Fix build
2016-02-20 13:13:46 +01:00
Daniel Imms
bf552e1e71
Remove unused vscode-linux-arch-build-deb-catalog gulp tasks
2016-02-19 15:09:16 -08:00
Daniel Imms
b0372e6810
Correct Package format
...
apt-get doesn't like filenames in package catalog containing .
2016-02-19 15:08:39 -08:00
Erich Gamma
282ad07346
Fixed line terminators
2016-02-19 18:26:57 +01:00
Sofian Hnaide
eb0c677534
Merge pull request #3033 from waderyan/send-smile-to-twitter
...
Fixed small bug related to issue #2662 .
2016-02-19 08:55:33 -08:00
isidor
f01ee98540
indentation: actions
2016-02-19 17:38:31 +01:00
isidor
481ec6ac5a
indentation: commands tests
2016-02-19 17:38:30 +01:00
isidor
f0e6868265
indentation: commands
2016-02-19 17:38:30 +01:00
isidor
221b149e3c
use NullService when needed
2016-02-19 17:38:29 +01:00
Alex Dima
2a15ad9dfb
Further clarification in TextEditorOptions #2797
2016-02-19 17:34:53 +01:00
Alexandru Dima
9dea2c3c3b
Merge pull request #2935 from SamVerschueren/iss2797
...
fix TextEditorOptions declaration - fixes #2797
2016-02-19 17:23:08 +01:00
Joao Moreno
cd853bb588
fix version references
2016-02-19 16:22:05 +01:00
isidor
4761feb592
extension assistent: update publisher for mono-debug
2016-02-19 16:16:57 +01:00
Joao Moreno
199290473a
fix version check
2016-02-19 16:12:25 +01:00
Alexandru Dima
77e09898cd
Merge pull request #3032 from SofianHn/master
...
Adding optout option for telemetry
2016-02-19 16:06:17 +01:00
Joao Moreno
2ef7ea1ef3
💄
2016-02-19 16:03:43 +01:00
Joao Moreno
16bf089428
better error message in version mismatch
2016-02-19 16:02:46 +01:00
Alex Dima
41bf7f25bc
Adopt latest loader
2016-02-19 16:01:23 +01:00
Joao Moreno
d21a7b3b16
propagate main
2016-02-19 15:56:04 +01:00
Alex Dima
5b80468762
Fix markdown preview
2016-02-19 15:45:04 +01:00
Joao Moreno
90c1f7ab89
remove omnisharp
...
fixes #3167
2016-02-19 15:35:34 +01:00
Joao Moreno
93f1cf3b30
add no-unused-vars to eslintrc
2016-02-19 15:35:34 +01:00
Alex Dima
237e9e7c64
Have 1 mode worker in vscode and 2 for standalone editor
2016-02-19 15:32:43 +01:00
Alex Dima
5d76bbfd90
Synchronize only models belonging to compat modes to the modes workers
2016-02-19 15:32:42 +01:00
Alex Dima
557c280855
Remove modelService dep from modeService
2016-02-19 15:32:40 +01:00
Alex Dima
86ba9e4eee
Remove editorWorkerService dep from modeService
2016-02-19 15:32:39 +01:00
Joao Moreno
f61d36818d
remove plugin host sourcemap
...
fixes #2863
2016-02-19 15:10:46 +01:00
Joao Moreno
c5d4fbca7c
add .eslintrc to build files
2016-02-19 15:10:46 +01:00
Joao Moreno
c06d57865d
extension service: compatible version first steps
2016-02-19 15:10:46 +01:00
Joao Moreno
302701c2ed
request: use TPromise
2016-02-19 15:10:46 +01:00
Andre Weinand
0621e42a56
Merge pull request #3149 from roblourens/launch.json
...
Add "launch"-type config to launch.json
2016-02-19 13:55:56 +01:00
Alex Dima
8652482c12
Bring back asyncCtor to html
2016-02-19 12:46:30 +01:00
Alex Dima
d04c7e2e3f
Colorizer tests instantiate the needed modes
2016-02-19 12:46:28 +01:00
Alex Dima
8960882a63
Simplify thread service due to reduced usage of IThreadSynchronizableObject
2016-02-19 12:46:27 +01:00
Alex Dima
7805efc8c0
Reduce usage of IThreadSynchronizableObject
2016-02-19 12:46:25 +01:00
Alex Dima
b3ae499a7a
Simplify editorWorkerServer
2016-02-19 12:46:24 +01:00
Alex Dima
23a167c32a
HTML knows auto closing pairs
2016-02-19 12:46:23 +01:00
Alex Dima
30e28e9ff1
MonarchMode is abstract
2016-02-19 12:46:21 +01:00
Alex Dima
b3b94560cc
No more need for nullWorker
2016-02-19 12:46:20 +01:00
Alex Dima
ee499ab731
Make AbstractMode as thin as possible
2016-02-19 12:46:19 +01:00
Dirk Baeumer
c78b8a2f25
Fixes #2202 : ESLint - Stylish reporter now reports absolute paths.
2016-02-19 12:36:34 +01:00
Dirk Baeumer
c93167fec5
Fixes #2930 : Bad argument
2016-02-19 12:27:08 +01:00
Alex Dima
b1d162ca87
bump tslint to 3.3.0
2016-02-19 11:24:15 +01:00
Alex Dima
12248e50b9
Each mode manages the worker code loading
2016-02-19 11:24:13 +01:00
Joao Moreno
68e6224a64
move vscode-extension-telemetry dependency to typescript
2016-02-19 10:53:14 +01:00
Joao Moreno
9b8b68f12d
use latest node in travis
2016-02-19 10:27:09 +01:00
Joao Moreno
f603380e26
update npm
2016-02-19 10:26:45 +01:00