Commit graph

3993 commits

Author SHA1 Message Date
Dirk Baeumer
82ffb54a78 i18n input 2016-03-25 23:10:53 +01:00
Daniel Imms
3ed0dfae01 Reland: Support multi-line environment variables
A standard Fedora install comes with 2 multiple line environment variables.
Since `env` was previously split by '\n' this would break them, causing
errors in the output pane and in terminals launched through the file
explorer (see #3495).

The original commit didn't work on OSX since `env` does not support the --null
arg. This version can fail if a command line arg's 1+th line looks like an
environment variable. There is no easy way to prevent this since `process.env`
cannot be leveraged. Since the likelyhood of this happening is small, plus the
chance of it causing any significant issue is also small it's a reasonable
compromise for the time being.

Fixes #3928
Fixes #4672
2016-03-25 09:41:57 -07:00
Andre Weinand
abfb016fcc Revert "Support multi-line environment variables"
This reverts commit 4cd1c0fceb.
2016-03-25 14:21:03 +01:00
Daniel Imms
51209bba91 Add Icon to rpm file
Related to #4155
2016-03-24 14:01:51 -07:00
Sofian Hnaide
ae9090090e fix #4652: add id to editor action invoked telemetry event 2016-03-24 10:23:37 -07:00
Daniel Imms
4cd1c0fceb Support multi-line environment variables
A standard Fedora install comes with 2 multiple line environment variables.
Since `env` was previously split by '\n' this would break them, causing
errors in the output pane and in terminals launched through the file
explorer (see #3495).

Fixes #3928
2016-03-24 09:51:55 -07:00
Benjamin Pasero
0e1ed93641 Mac: Recent files should be split into files and folders (fixes #4167) 2016-03-24 17:12:15 +01:00
isidor
52fe1e19f4 debug: set state to initalizing asap
fixes #4032
2016-03-24 16:27:55 +01:00
Benjamin Pasero
8081b5bb72 a little bit more pluginHost => extensionHost 2016-03-24 15:55:53 +01:00
Benjamin Pasero
272edc0f64 Bail early if --diff is not used with correct arguments of 2 existing files (fixes #4182) 2016-03-24 15:37:22 +01:00
Benjamin Pasero
3e949a1d32 diffMode is too sticky (fixes #4647) 2016-03-24 15:34:05 +01:00
Dirk Baeumer
8aa84ad004 Fixes #4522: "configure locale" is very technical 2016-03-24 15:32:24 +01:00
isidor
cf16f519a1 debug: if stack frame is unavailable do not show line number
fixes #4608
2016-03-24 15:26:51 +01:00
isidor
d8184da9f7 debug: do not remove ansi escape codes
fixes #4616
2016-03-24 15:09:10 +01:00
isidor
a6ae23afc2 debug: make 'type' case insensitive
fixes #4563
2016-03-24 14:45:37 +01:00
isidor
002908b38c strings.appendWithLimit 2016-03-24 14:34:48 +01:00
isidor
ace6e72859 debug: configure action inital state is without a notification 2016-03-24 14:34:48 +01:00
Benjamin Pasero
cc51a5cf84 File picker: support pattern with line/column number in <path>(ln,col) syntax (fixes #4643) 2016-03-24 14:31:02 +01:00
isidor
fb9cabad53 debug: notification on configure action if debugging is not setup
fixes #4453
2016-03-24 14:19:15 +01:00
Johannes Rieken
b2bb5b360a open new jsconfig-file in the right-most editor, fixes #4499 2016-03-24 12:29:21 +01:00
Johannes Rieken
8c35396bce remove default value, fixes #2333 2016-03-24 12:15:48 +01:00
Johannes Rieken
bf9fd98ccf clarify deprecation wording 2016-03-24 12:14:35 +01:00
Johannes Rieken
0edca427db fwd error when document cannot be opened, fixes #4577 2016-03-24 12:09:58 +01:00
Benjamin Pasero
70de223772 Merge pull request #4450 from Microsoft/ben/node.d.ts
update to 4.x node.d.ts
2016-03-24 11:48:56 +01:00
Benjamin Pasero
69b93d3b9f fix issues 2016-03-24 11:48:40 +01:00
Benjamin Pasero
e35d715e26 Merge branch 'master' into ben/node.d.ts 2016-03-24 11:33:15 +01:00
Benjamin Pasero
e41a9f258c Copying a file from Windows explorer into same directory in VS Code removes all code (fixes #4531) 2016-03-24 11:28:49 +01:00
isidor
70a533c0cd debug: cancel all sent promises on disconnect
fixes #3666
2016-03-24 11:11:30 +01:00
Benjamin Pasero
f64346282a Mac: Undo, Redo, Select All not working in native dialogs (use roles for those?) (fixes #797) 2016-03-24 10:54:50 +01:00
isidor
9141429744 fixes #4552 2016-03-24 10:45:41 +01:00
isidor
fb7f5a3967 fixes #4611 2016-03-24 10:39:20 +01:00
isidor
9514b66b8b fixes #4632 2016-03-24 10:36:23 +01:00
Johannes Rieken
3f9f9b4deb uri - init all fields in ctor 2016-03-24 10:20:58 +01:00
Johannes Rieken
c178247fb3 only default project resolver 2016-03-24 09:55:16 +01:00
Johannes Rieken
07caf5ade3 remove typescript.workbench 2016-03-24 09:36:30 +01:00
Johannes Rieken
60254f1f37 remove TS/JS specific flags, fixes #3916 2016-03-24 09:34:04 +01:00
Johannes Rieken
f461eb5947 Merge pull request #4515 from Microsoft/joh/fixLargeModelIssues
checks models when file events happen
2016-03-24 09:08:35 +01:00
Johannes Rieken
b1ba4f83fa remove unused code, #4503 2016-03-24 08:58:54 +01:00
Johannes Rieken
1134f97585 Merge pull request #4290 from f111fei/patch-3
tweak some complex commands args description
2016-03-24 08:52:45 +01:00
Daniel Imms
e0c7d51ffa Remove legacy bin command as rpm post install step
Fixes #4442
2016-03-23 15:31:06 -07:00
Daniel Imms
6b0d3d2cae Correct source repository format
Some changes were made to the endpoints.
2016-03-23 10:56:49 -07:00
Benjamin Pasero
a93a74a041 Revert "Revert "Add syntax highlighting for zsh config files""
This reverts commit 4ce22442fa.
2016-03-23 16:48:34 +01:00
Benjamin Pasero
4d4831f35f Merge pull request #4614 from Microsoft/ben/4576
Cannot read property 'dispose' of undefined (fixes #4573)
2016-03-23 16:41:28 +01:00
Martin Aeschlimann
2f688c8f92 Merge pull request #4554 from Microsoft/aeschli/jsconfig
Update jsconfig
2016-03-23 15:30:44 +01:00
Martin Aeschlimann
c0367f94ba Update jsconfig.schema.json 2016-03-23 15:29:42 +01:00
Benjamin Pasero
69682cabda Cannot read property 'dispose' of undefined (fixes #4576) 2016-03-23 15:01:45 +01:00
xzper
aeb7beb1e6 remove triggerCharacter constraint 2016-03-23 19:18:47 +08:00
Johannes Rieken
b85e66a1c5 Merge pull request #4603 from Microsoft/joh/jsconfigDefaults
target as the only compiler option
2016-03-23 11:47:55 +01:00
Benjamin Pasero
4ce22442fa Revert "Add syntax highlighting for zsh config files"
This reverts commit 350b17c1fb.
2016-03-23 09:44:53 +01:00
Benjamin Pasero
fa247f6db1 Help > View License not redirecting properly (fixes #4579) 2016-03-23 09:42:51 +01:00