Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Garrett Campbell 2958813260
Update to sign files (#559)
* add signing

* fix node modules directory

* install nuget

* fix signing?

* fix pattern

* fix format again

* add parameters

* fix variable

* fix parens

* fix yml

* attempt fix

* switch to webpack

* fix webpacking, sign files before package and sign vsix

* fix webpacking, still investigating testing

* fix vscode ignore

* working on getting tests passing

* add tasks

* install dependencies

* switch first test to calling commands

* fix test

* remove async

* try without reset

* add setup timeout

* add the resetState call in the setup

* change when reset state is available

* fix when clauses to account for testing

* try adding a step in pipeline

* more fixes?

* fix

* fix test 1

* linux test 1, start on test 2

* remove direct caller from test 2

* uncomment and translate one more test

* more testing converting

* pass argument

* fix configuration

* add another test

* fix extension

* try all tests

* reset state of test

* make sure the extension log is set so that we can test

* uncomment other tests

* fix var expansion test

* update out file

* add back preparing build target to test getting commandline

* Add comment about in the future, improving test infrastructure

* combine into this PR, fixing this command visibility

* revert package.json version
2024-02-21 13:15:21 -05:00
Andreea Isac 1d22d7cca4
Don't ignore node_modules (#272) 2022-01-31 12:30:05 -08:00
Andreea Isac f33b902b65
Ignore only tests sources, not the whole out folder (#270) 2022-01-31 11:46:19 -08:00
Andreea Isac 9e1f4d7a73
Initial localization support (#258)
* Localization support end to end plus a few instances of strings. More strings to be reviewed and localized later.

* Temporary add 'localization' branch besides 'main' in translation script, hoping to help with running the pipeline on the 'localization' branch.

* Add missing quote

* Add missing package.nls.json

* Address first round of PR feedback.

* More PR feedback

* Change suggested by crsuzuki for loc work item 541630

* Avoid adding a new line ourselves for each chunk of text coming into stdout/stderr

* More localization in package.json and add one dependency reported by the locBuild pipeline.

* Quick baseline update

* More dependencies requested by locBuild pipeline

* Try one more small baseline update

* Avoid appending even an empty string when in test mode.

* One more baseline update required by the latest change

* One more baseline update required by the latest change

* Update windows baseline as well since latest change doesn't impact only linux

* Localize settings description strings. Move various punctuation inside the substitution strings.

* Remove localization branch reference from script since we're merging all localization functionality into main
2022-01-26 12:57:02 -08:00
Bob Brown 5914a18ae5
update string used for telemetry (#137) 2021-03-02 08:12:37 -08:00
Bob Brown 122fc847bf
Removing unneeded files and cleaning up the packaging recipe (#55) 2020-09-18 01:28:06 -07:00