João Moreno
6e22752c04
Merge pull request #284 from Microsoft/fixPackagedDep
...
Fix packaged dep
2018-09-05 14:20:35 +02:00
Johannes Rieken
8349ce60cc
build full tree when using packagedDependencies-flag
2018-09-04 14:27:43 +02:00
Johannes Rieken
681da55c42
add packagedDependencies flag to vsce command
2018-09-04 12:18:16 +02:00
Joao Moreno
b9a110bbdd
1.47.0
2018-08-31 08:46:29 +02:00
Joao Moreno
77059119a7
use dependencyEntryPoints
2018-08-31 08:46:11 +02:00
Johannes Rieken
829273552f
add dependencyEntryPoints-option, remove vscode:packagedDependencies
2018-08-30 15:11:00 +02:00
Johannes Rieken
bf75ad47c9
more tries
2018-08-30 14:28:25 +02:00
Johannes Rieken
b0ea649590
try things
2018-08-30 14:27:49 +02:00
Johannes Rieken
e2251c14dc
use --prod instead of env-variable
2018-08-30 14:16:02 +02:00
Johannes Rieken
564c0d2b90
Revert "add 'install yarn' step"
...
This reverts commit 076948ce63
.
2018-08-30 14:14:32 +02:00
Johannes Rieken
076948ce63
add 'install yarn' step
2018-08-30 14:08:05 +02:00
Johannes Rieken
c2f00bc49e
add tests for 'vscode:packagedDependencies'
2018-08-30 12:06:14 +02:00
Johannes Rieken
818c42695a
add support for 'vscode:packagedDependencies'
2018-08-30 12:06:09 +02:00
João Moreno
3d492248c1
Merge pull request #280 from amadeann/master
...
Changed --out flag description in package command
2018-08-20 08:08:32 +02:00
João Moreno
435cd40c4a
Merge pull request #281 from sri/master
...
Show URL of published extension when it is successful
2018-08-20 08:07:42 +02:00
Sriram Thaiyar
335f1669cf
Show URL of published extension when it is successful
2018-08-19 22:32:49 -07:00
Amadeusz Annissimo
5a5a674ffd
Changed --out flag description in package command
...
I was quite confused by the previous description ('Location of the package'). I think it's worth being more explicit about what is being created.
2018-08-19 11:56:59 -04:00
Joao Moreno
9035c7d205
fix documentation
2018-08-10 10:07:41 +02:00
Amir Omidi
663c64eb0c
Update yarn
2018-08-09 09:56:44 -07:00
Joao Moreno
a68c688da2
1.46.0
2018-08-08 14:20:50 +02:00
Joao Moreno
88264a2369
respect VSCE_MARKETPLACE_URL env variable
2018-08-08 14:20:41 +02:00
Joao Moreno
35d0470fc6
1.45.1
2018-08-03 15:23:59 +02:00
Joao Moreno
7d01cd793c
bump lodash
2018-08-03 15:23:42 +02:00
Joao Moreno
1e68440753
remove travis deployment
2018-08-03 15:21:50 +02:00
Joao Moreno
5ecebe397e
1.45.0
2018-08-03 15:14:59 +02:00
Joao Moreno
01747f66ce
ignore folders without slashes in vsceignore, without disk access
2018-08-03 15:13:43 +02:00
Joao Moreno
20238fa85d
Merge commit 'refs/pull/271/head' of github.com:Microsoft/vscode-vsce into pr/271
2018-08-03 14:57:34 +02:00
JimiC
4cc3e83f0a
Apply requested changes
2018-08-02 20:27:07 +03:00
Joao Moreno
53d41d44c8
1.44.0
2018-07-12 14:45:31 +02:00
Joao Moreno
2a8dbef254
update mocha
2018-07-12 14:45:06 +02:00
João Moreno
4969f2d426
Merge pull request #274 from Microsoft/sandy081/extensionPack
...
Populate extension pack property
2018-07-12 14:40:13 +02:00
Sandeep Somavarapu
b4b3ffd611
Populate extension pack property
2018-07-12 13:59:30 +02:00
kieferrm
ad33f295c8
complete support for travis-ci.com
2018-07-09 15:03:05 -07:00
JimiC
58c7d55d61
Fix pattern matching in .vscodeignore
2018-07-03 17:19:23 +03:00
Joao Moreno
b48f1603f7
1.43.0
2018-06-25 16:28:22 +02:00
João Moreno
5b85979fda
Merge pull request #268 from ritwickdey/publish-yarn
...
useYarn parameter while publishing extension
2018-06-25 16:26:49 +02:00
Ritwick Dey
eed1dc6c22
useYarn while publishing
2018-06-21 00:23:07 +05:30
Joao Moreno
cefedf6458
1.42.0
2018-06-04 12:27:42 +02:00
Joao Moreno
22cf9c313b
formatting
2018-06-04 12:27:16 +02:00
JimiC
8ad048afa5
Add ability to publish using 'npm version'
2018-06-02 21:28:20 +03:00
Joao Moreno
ad22dcf882
1.41.1
2018-05-31 09:27:07 +02:00
Joao Moreno
638e4357f0
nls processor: be aware of relative path to extensions
2018-05-29 09:41:37 +02:00
Joao Moreno
a6ed1ac5e6
1.41.0
2018-05-28 16:20:51 +02:00
Joao Moreno
f4d50e2073
package: expose core localizations as assets
2018-05-28 16:20:44 +02:00
Joao Moreno
2e7a8e069c
1.40.0
2018-05-03 09:02:48 +02:00
João Moreno
a70271eceb
Merge pull request #260 from kevcunnane/master
...
Support Yarn use in package command
2018-05-03 09:02:34 +02:00
Kevin Cunnane
f350f99cdc
Support Yarn use in package command
...
This fixes an issue where `npm list` thinks dependencies are invalid,
but a project uses Yarn and this can correctly handle the dependencies.
This is blocking SQL Ops Studio extensions that rely on
https://github.com/anthonydresser/dataprotocol-client , as this is marked
as invalid and essentially requires use of Yarn.
2018-05-02 21:15:54 -07:00
Joao Moreno
86ad9d2bda
1.39.0
2018-04-04 09:31:16 +02:00
Joao Moreno
a0d08af365
fossa > app.fossa
2018-04-04 09:29:34 +02:00
Joao Moreno
bed27a7d5f
1.38.0
2018-04-03 10:54:32 +02:00