Commit graph

430 commits

Author SHA1 Message Date
Andre Weinand b6d7f1cac0 node-debug@1.15.14 2017-07-24 16:36:28 +02:00
Andre Weinand ecdeaf3ffd node-debug@1.15.13 2017-07-23 21:36:08 +02:00
Andre Weinand 5e6464f016 node-debug@1.15.11 2017-07-21 00:22:09 +02:00
Andre Weinand 0c8b73df02 node-debug@1.15.10 2017-07-20 23:50:42 +02:00
Andre Weinand aaa0b90204 node-debug@1.15.9 2017-07-20 00:53:22 +02:00
Andre Weinand 9dfebe259a node-debug@1.15.8 2017-07-18 17:46:36 +02:00
Andre Weinand bfcf8631de node-debug@1.15.7 2017-07-18 16:16:43 +02:00
Andre Weinand b839ca80de node-debug@1.15.6 2017-07-18 15:10:53 +02:00
Andre Weinand abbda286b0 node-debug@1.15.5 2017-07-17 16:56:43 +02:00
Benjamin Pasero 1ecd2b5204 .code => .code-workspace 2017-07-13 11:02:50 +02:00
Andre Weinand 52c003ce1c node-debug@1.15.4 2017-07-13 00:22:29 +02:00
Benjamin Pasero 19e4249d93 file association for code workspace 2017-07-12 22:13:01 +02:00
Rob Lourens e4b90c2bc8 node-debug2@1.14.5 - fix #30458 2017-07-12 10:55:05 -07:00
Benjamin Pasero 61bc11e3d2 linting 2017-07-12 19:30:07 +02:00
Andre Weinand 49de68e0e1 node-debug@1.15.3 2017-07-12 16:27:09 +02:00
Johannes Rieken f4173fe59d Merge branch 'master' into joh/snaps 2017-07-12 12:12:12 +02:00
Joao Moreno bb35b07c43 set exec bit in .sh
fixes #30437
2017-07-12 11:13:24 +02:00
Joao Moreno 303a22286d fix eslint warnings in gulpfile.vscode.js 2017-07-12 09:57:20 +02:00
Benjamin Pasero de4b5be4c6 Move our watermark to resources so that distro can pick it up (#30256)
* move watermark to resources folder

* add to build

* 💄

* update distro

* update distro
2017-07-12 08:57:37 +02:00
Johannes Rieken 98705d8e2c add linux build step, remove gulp tasks 2017-07-11 11:27:36 +02:00
Johannes Rieken 6537f2561f update mac paths 2017-07-11 10:36:15 +02:00
Johannes Rieken 2ae26b2247 more targets with snapshots, #28492 2017-07-11 09:42:05 +02:00
Johannes Rieken 1286aa6cf8 guess linux file paths, #28492 2017-07-10 16:53:38 +02:00
Andre Weinand 3858a18cf1 node-debug@1.15.2 2017-07-06 23:38:36 +02:00
Andre Weinand 2ebb4fcead node-debug@1.15.1 2017-07-06 01:06:48 +02:00
Andre Weinand 78b912ee3f node-debug@1.15.0 2017-07-06 00:27:14 +02:00
Benjamin Pasero e69b79bdb4 debt - move workbench.main into workbench folder 2017-07-03 16:42:29 +02:00
Rob Lourens dcdd24d01f node-debug2@1.14.4 2017-06-28 11:16:20 -07:00
Andre Weinand d30c831c61 node-debug@1.14.8 2017-06-28 11:40:57 +02:00
Rob Lourens 436ecb0b09 node-debug2@1.14.3 2017-06-26 15:53:35 -07:00
Andre Weinand 112a20a1c0 node-debug@1.14.7 2017-06-26 23:29:07 +02:00
Johannes Rieken ca59971278 add support for snapshots on windows, #28492 2017-06-26 14:12:59 +02:00
Johannes Rieken 54404b7c9e windows paths for snapshot generation, #28492 2017-06-26 13:41:40 +02:00
Johannes Rieken ca929a0c79 make vscode-darwin-snapshots run on minified code, #28492 2017-06-26 09:22:23 +02:00
Rob Lourens b1173ffeb7 node-debug2@1.14.2 2017-06-25 15:23:01 -07:00
Andre Weinand 76a7b6dff9 node-debug@1.14.6 2017-06-25 22:32:51 +02:00
Johannes Rieken 5b06b1966b add support to snapshot the loader and its plugins, #28492 2017-06-23 18:22:19 +02:00
Rob Lourens 4056afbfaf node-debug2@1.14.1 2017-06-21 22:09:28 -07:00
Joao Moreno 5667cc0e69 use vsce to determine what to package when bundling extensions
fixes #29054
2017-06-21 16:17:21 +02:00
Rob Lourens 7bf010689b node-debug@1.14.5 2017-06-19 16:01:37 -07:00
Daniel Imms d28de6d3b4 Fix nsfw module packaging problems
Part of #28947
2017-06-19 13:53:00 -07:00
Andre Weinand 47de9b4002 node-debug@1.14.4 2017-06-18 23:42:20 +02:00
Andre Weinand a01a405222 node-debug@1.14.3 2017-06-16 15:19:26 +02:00
Matt Bierner 69fd57e4dc Add CSP To Root Document (#28670)
* Add CSP To Root Document

Adds a content security policy to the root vscode document. This limits what can be loaded. Important changes:

* Connect-src is limited to `self` or `https:`
* script-src is limited to `self`
* object and child-src are limited to `self`
* Media allows `self` `http` `https` and `data`

* Add preload to gulp

* Default to none

* Don't use let in preload
2017-06-15 13:04:08 -07:00
Andre Weinand ac08540b94 node-debug@1.14.2 2017-06-15 11:58:16 +02:00
Rob Lourens e27de3300a node-debug2@1.14.0 2017-06-14 18:43:01 -07:00
João Moreno c8430e676b Merge pull request #28654 from JeremyLoy/feature/18697
Added darwinHelpBook and darwinHelpName to build process for MacOS
2017-06-14 11:45:40 +02:00
Michel Kaporin 6bdcfaa5fd Added Hungarian and Turkish to Insiders. Resolves #28062 and #27608. 2017-06-09 16:15:52 +02:00
Andre Weinand 4541e70733 node-debug@1.14.1 2017-06-08 23:57:23 +02:00
Andre Weinand 4fce291653 node-debug@1.14.0 2017-06-07 23:22:58 +02:00