Commit Graph

5364 Commits

Author SHA1 Message Date
Joao Moreno
386a130100 use semver to compare versions 2015-11-25 16:25:22 +01:00
Joao Moreno
a05a4fdea6 Merge branch 'master' of https://github.com/akamud/vscode into akamud-master 2015-11-25 16:15:01 +01:00
João Moreno
9870484cf5 Merge pull request #555 from gluck/typos2
Typo fixes for src/vs/workbench/parts
2015-11-25 16:11:17 +01:00
Johannes Rieken
31d872e081 definition provider as support 2015-11-25 16:08:40 +01:00
Johannes Rieken
e1ecd1dbdf Merge branch 'master' into joh/fixLanguageFeatures 2015-11-25 13:55:36 +01:00
Alex Dima
b255288e3b fixes #139 - don't sync large models to extension host 2015-11-25 13:54:16 +01:00
Benjamin Pasero
5ea34f9dba return early from confirmSave when we are in extension development mode 2015-11-25 12:51:24 +01:00
Johannes Rieken
770ede158a One code lens provider is one code lens support, fixes #360 2015-11-25 12:48:55 +01:00
Johannes Rieken
bd93ccb864 add tests for the document symbol provider 2015-11-25 12:02:15 +01:00
Johannes Rieken
b370792f68 fix document symbol duplication
each provider is represented as one support, have a provider to support adapter
2015-11-25 11:01:38 +01:00
Johannes Rieken
6ea319fa68 move the logic of getOutlineEntries into one place 2015-11-25 11:00:40 +01:00
Francois Valdy
4e0b0b359f Make sure css is fixed as well 2015-11-25 09:43:38 +01:00
Benjamin Pasero
4ea2714df8 add more meaningful api tests 2015-11-25 08:44:13 +01:00
Joao Moreno
f6e57602af fix whitespace 2015-11-24 19:09:38 +01:00
Benjamin Pasero
a34c71df93 remove some older migration code 2015-11-24 18:11:42 +01:00
Benjamin Pasero
7542b9a6af move configuration service into correct execution environment 2015-11-24 18:06:50 +01:00
Francois Valdy
1419be89ab Missed them typos 2015-11-24 18:04:53 +01:00
Benjamin Pasero
1ef99fc702 bin => bind 2015-11-24 18:00:37 +01:00
Francois Valdy
f21fd8f468 Typo fixes for src/vs/workbench/parts 2015-11-24 17:43:35 +01:00
Benjamin Pasero
1dca89cd9c Merge pull request #518 from waywardmonkeys/fix-typo-in-template-tasks.json
Fix typo in comment in sample tasks.json.
2015-11-24 17:39:17 +01:00
Benjamin Pasero
f0dfc23748 Merge pull request #553 from gluck/typos1
Typo fixes for src/vs/workbench/services
2015-11-24 17:37:31 +01:00
Benjamin Pasero
fea1ef3bfc polish 2015-11-24 17:33:35 +01:00
Francois Valdy
62960334ae Typo fixes for src/vs/workbench/services 2015-11-24 17:12:59 +01:00
Benjamin Pasero
3bf9b6e424 Merge pull request #548 from bpasero/cli-tests
Allow to run extension tests from command line and hook up to build
2015-11-24 16:01:49 +01:00
unknown
b367216b91 improve initial progress reporting for slow loading file shares 2015-11-24 12:31:58 +01:00
unknown
0d4396531e Webdav network drive not work (fixes #218) 2015-11-24 12:09:59 +01:00
isidor
c5d0d0d786 debug: polish initial launch.json generation. 2015-11-24 11:19:48 +01:00
isidor
36783391a7 debug: show debug environment picker in more situations.
fixes #458
2015-11-24 11:03:17 +01:00
Johannes Rieken
60c987e871 fix broken style, one file, one style 2015-11-24 10:07:53 +01:00
Benjamin Pasero
6505ab448b tests: make sure to set proper exit codes 2015-11-24 08:20:58 +01:00
Benjamin Pasero
debe0292dd allow to run plugin tests through the command line 2015-11-24 07:42:41 +01:00
Bruce Mitchener
2a04b47136 Fix typo in comment in sample tasks.json. 2015-11-24 07:49:44 +07:00
Mahmoud Ali
418a76fa16 Add "Show Extensions Updates" command
Shows all installed  extensions that have updates available. Can also be accessed by "ext update"
2015-11-23 21:15:00 -03:00
isidor
d801f13d11 debug: wait for preLaunchTask to finish if it is not watching.
fixes #170
2015-11-23 20:45:55 +01:00
isidor
28e29d7977 line endings. 2015-11-23 20:28:42 +01:00
isidor
08c019a265 debugService: minor polish 2015-11-23 19:15:20 +01:00
Benjamin Pasero
d66f6f47ef add the "Sync" command to the command palette as global command 2015-11-23 17:42:39 +01:00
isidor
254381688c debug: in case of an error when retrieving scopes return [].
fixes #30
2015-11-23 15:59:13 +01:00
Benjamin Pasero
c79f772364 add comment 2015-11-23 15:55:57 +01:00
Benjamin Pasero
9799b57a01 DiffEditorInput => BaseDiffEditorInput 2015-11-23 15:55:57 +01:00
Benjamin Pasero
e1fb6c4d91 move timeout into test 2015-11-23 11:09:33 +01:00
Benjamin Pasero
ad4f706d37 file tests: set timeout in suits 2015-11-23 10:50:29 +01:00
Benjamin Pasero
c00ea5bf41 Tabs don't update column counter (fixes #103) 2015-11-23 10:38:40 +01:00
Benjamin Pasero
f84dd4e7ee window.openInNewWindow => window.openFilesInNewWindow 2015-11-23 09:32:54 +01:00
Benjamin Pasero
fc6faebbdd Merge pull request #453 from pborreli/typos
Fixed typos
2015-11-23 08:09:13 +01:00
Benjamin Pasero
abad7fb787 increase test timeout 2015-11-23 07:42:20 +01:00
Pascal Borreli
16fc6b7585 Fixed typos 2015-11-22 15:45:31 +00:00
Benjamin Pasero
7a780d7494 dont use lambda in this case 2015-11-22 11:35:53 +01:00
Benjamin Pasero
6be95ed398 less hectic quick open visibility changes 2015-11-22 11:06:41 +01:00
Benjamin Pasero
9d1ae7bbe6 trace the stack when process.exit is called from an extension 2015-11-22 10:56:55 +01:00