Martin Aeschlimann
1c4e72aa68
share TypeScipt node_module amongst extensions
2016-11-23 16:35:50 +01:00
isidor
38c5406ba4
debug: polish appending to repl
2016-11-23 16:17:38 +01:00
isidor
84ccb23f61
debug: proper handling of output objects
2016-11-23 16:09:01 +01:00
Benjamin Pasero
77b44f3c5d
unbind quit for windows for now
2016-11-23 16:01:58 +01:00
Benjamin Pasero
b68e2baac8
Consider introducing ctrl+q to close all windows on Linux and Window to compliment hot exit ( fixes #15261 )
2016-11-23 15:55:45 +01:00
Johannes Rieken
4bb8312bda
debt - use nicer syntax for optional methods
2016-11-23 15:08:24 +01:00
Benjamin Pasero
683673394a
Hot Exit: promise handling is often bad ( fixes #14052 )
2016-11-23 14:52:23 +01:00
Johannes Rieken
c7e44fd04e
identify optional properties, #6907
2016-11-23 14:39:28 +01:00
isidor
f91e2bb27e
debug: last new line should be ignored since the repl elements are by design split by rows
2016-11-23 12:52:18 +01:00
Benjamin Pasero
66e4f91c72
💄
2016-11-23 12:31:28 +01:00
Johannes Rieken
7b12aeb422
config-editing, api-test use strictNull-checks, #6907
2016-11-23 12:12:31 +01:00
Johannes Rieken
07464cb11d
update vscode.d.ts with explicit null/undefined type annotations, #6907
2016-11-23 12:12:31 +01:00
isidor
33baa2017b
configuration cleanup
2016-11-23 12:10:35 +01:00
isidor
b0e8877da5
minor import destructuring
2016-11-23 12:03:51 +01:00
isidor
b01ed44e59
terminalSupport: do not duplicate an terminl configuration interface
2016-11-23 12:03:38 +01:00
isidor
4dcba5e491
debug view model: add some small tests
2016-11-23 11:52:50 +01:00
isidor
8101fc5f83
debug model test: move watch expressions
2016-11-23 11:38:41 +01:00
isidor
b37fe7a26e
debug adapter test: initial config file content
2016-11-23 11:38:41 +01:00
isidor
610e137411
debug tests: breakpoint conditions
2016-11-23 11:38:41 +01:00
Benjamin Pasero
31f93164eb
extfs.delSync and tests
2016-11-23 11:11:41 +01:00
Johannes Rieken
9e73f782e9
use model-utils to build value-tree, fixes #15834
2016-11-23 10:41:27 +01:00
isidor
d8f9a916b9
Revert "zen mode -> focus mode"
...
This reverts commit e51299d9cb7834140d8c4dfc557d9f957689ca51.
2016-11-23 10:13:35 +01:00
Johannes Rieken
04f895009e
fix validatePosition, fixes #15882
2016-11-23 10:08:59 +01:00
Johannes Rieken
023cc2b12e
Merge pull request #15904 from anantoghosh/patch-1
...
Fix Incorrect links in "vscode namespace API" Doc
2016-11-23 09:30:20 +01:00
Benjamin Pasero
0afa144c75
Merge pull request #15892 from Microsoft/ben/hot-exit-model
...
Introduce a backup file model inside IBackupFileService
2016-11-23 08:19:58 +01:00
Benjamin Pasero
44f10a384c
add feedback from pr review
2016-11-23 08:19:41 +01:00
Daniel Imms
731c1b034e
Merge pull request #15931 from Microsoft/tyriar/12585_cmd_k_clear_key
...
Make cmd+k clear terminal on Mac
2016-11-22 20:44:08 -08:00
Daniel Imms
cbc0c0e66c
Make cmd+k clear terminal on Mac
...
Fixes #12585
2016-11-22 17:49:31 -08:00
Christof Marti
35bf784b11
Always show watermark, first session experiment ( #15547 )
2016-11-22 17:15:20 -08:00
Christof Marti
2a4cd323f1
First session watermark ( #15547 )
2016-11-22 17:15:20 -08:00
Matt Bierner
c6566148cf
Fix TS/JS Implicit Project Too Large Exclude Action ( #15678 )
...
Issue #15610
**bug**
For implicit js/ts projects that trigger the large project warning in vscode, the action currently tries to create a jsconfig.json file in `/dev/null/...`
**Fix**
In cases where the `jsconfig.json` file returned by tsserver is not under the root worspace, create an empty `jsconfig.json` at the root of the project instead.
2016-11-22 14:24:52 -08:00
Christof Marti
fec95643f8
Add telemetry when disabling keymaps ( #15159 )
2016-11-22 14:17:41 -08:00
roblou
3ab2eda4e8
Add performance test for TextSearch
2016-11-22 14:10:36 -08:00
Andre Weinand
0f285e91cf
update node-debug
2016-11-22 22:49:29 +01:00
Christof Marti
bf7a2338d3
Add keymaps the top-level Preferences menu ( fixes #15159 )
2016-11-22 11:48:34 -08:00
Martin Aeschlimann
03d9bb3a5d
[html] fix for embedded css, stackoverflow
2016-11-22 20:26:23 +01:00
Matt Bierner
77e1bbebad
Remove some Typings Files From TypeScript Extension ( #15842 )
...
Remove the node-additions typings file and changes the semver typings to come from `@types/semver`.
2016-11-22 10:54:49 -08:00
rebornix
a18cd7f8b6
Fix #15880 . Adjust current line highlight in reference widget.
2016-11-22 10:40:17 -08:00
anantoghosh
a23d32dc72
Fix Incorrect links in "vscode namespace API" Doc
...
In description for ExtensionContext -> storagePath, links to globalState and workspaceState are incorrect and lead to an error page.
2016-11-22 23:41:41 +05:30
Martin Aeschlimann
94f8efcb09
[php] use grammar from atom/language-php
2016-11-22 19:08:43 +01:00
isidor
4bbd43ed4c
debug: Support objects when sending output to debug console
...
fixes #15796
2016-11-22 17:07:33 +01:00
isidor
db40db0a34
debug model: introduce OutputExpressionContainer
2016-11-22 17:07:32 +01:00
isidor
0e17c435ad
replViewer: renaming and polishing
2016-11-22 17:07:32 +01:00
Martin Aeschlimann
8efb9e68d0
[html] refactor and simplify embeddedSupport
2016-11-22 16:59:00 +01:00
Benjamin Pasero
529ee7c4b2
💄
2016-11-22 16:35:04 +01:00
Benjamin Pasero
9781ab004e
first cut backup file model
2016-11-22 16:23:05 +01:00
Joao Moreno
e8efbf474e
fix missing return
2016-11-22 15:49:35 +01:00
isidor
42b0a56380
focus mode: esc to exit have lower weight than close reference search
2016-11-22 14:30:23 +01:00
isidor
d2a4e2eace
debug: do not massage output in the repl specially.
2016-11-22 14:18:16 +01:00
isidor
73241919a4
debug: remove nasi escape codes when computing string heigh in repl
2016-11-22 14:18:16 +01:00