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

641 Коммитов

Автор SHA1 Сообщение Дата
Matt Cooper 61c6e3a874
Prepare 1.183.0 release (#377) 2021-01-21 09:12:46 -05:00
dependabot[bot] bfb481248b
Bump node-fetch from 2.6.0 to 2.6.1 in /.azure-pipelines/github-release (#355)
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-21 08:54:20 -05:00
dependabot[bot] 4f90031192
Bump bl from 4.0.2 to 4.0.3 (#352)
Bumps [bl](https://github.com/rvagg/bl) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](https://github.com/rvagg/bl/compare/v4.0.2...v4.0.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-21 08:52:27 -05:00
Winston Liu 3355359f60
[BREAKING CHANGE] Standardize configuration namespace (#376)
* Change config root to azure-pipelines
This prevents it from being confused with [azure-pipelines],
which is the config root for language settings.

* Add extension target to commands
* Don't allow customSchemaFile to be synced
* Switch customSchemaFile to just string
2021-01-21 08:49:20 -05:00
Jeff Weiner 7d2cd49063
Tell VSCE about main branch (#367) 2021-01-21 08:44:02 -05:00
Matt Cooper 5b7ae8d351
Get ready for 1.182.0 (#375)
* changelog and schema bump
* version 1.182.0
2021-01-20 13:02:05 -05:00
Winston Liu 0d5bc9f896
Remove schema restart prompt (#374)
* Remove restart prompt on schema change
2021-01-20 11:50:53 -05:00
Winston Liu e8ddce4dc8
Better debugging story (#370)
* Update to use new language server path
* Specify the correct out files when attaching
* Add a debug config to launch & attach
* Add debug instructions to the README
* Use workspaceFolder, not deprecated workspaceRoot
* Take azure-pipelines-language-server@0.6.0
2021-01-20 11:48:09 -05:00
Winston Liu fc10946963
Improve documentation around the language client implementation (#368)
* Document the language client implementation
* Fix indentation
2021-01-20 11:45:44 -05:00
Matt Cooper e0139d040f
fix #209 2020-10-28 16:23:02 -04:00
Matt Cooper d7f3124a33
document Prettier as a code formatting option 2020-10-28 16:16:36 -04:00
Winston Liu abff3be5a2 Bring back intelligent error message display 2020-10-24 23:18:07 -04:00
Winston Liu f4f50d1040 Properly await callbacks 2020-10-24 23:03:04 -04:00
Winston Liu 3a89ab1371 ExtensionVariables.context is unused 2020-10-24 22:18:57 -04:00
Winston Liu 94e9ba61ee Be clear that logError/Info do not send properties 2020-10-24 22:15:01 -04:00
Winston Liu 77b8e89593 Wait until necessary to activate azure-account 2020-10-24 22:01:48 -04:00
Winston Liu 90528412aa Remove vscode-nls, vscode-uri 2020-10-24 00:27:15 -04:00
Winston Liu 80900305fb Consolidate error handling 2020-10-24 00:10:00 -04:00
Winston Liu d6fdc2b249 Don't initialize within a telemetry session 2020-10-23 23:57:50 -04:00
Winston Liu 9dae90e9f3 Remove vscode-azureextensionui, revamp telemetry
Brings load times down to 300-450ms for me!
2020-10-21 00:20:39 -04:00
Winston Liu c48f01a2bd Completely remove browse-pipeline
It wouldn't have worked anyway, we don't set up an Azure tree
2020-10-19 22:55:36 -04:00
Matt Cooper 71ef03afc3
Add M176 schema (#363)
* 176 schema
* changelog and version updates
2020-10-19 14:47:29 -04:00
Winston Liu 29dffa995e
Improve activation time (#362)
* Defer importing ./configure/activate - azure-arm-websites takes really long to import for some reason
* Defer extension activation
2020-10-19 14:28:36 -04:00
Matt Cooper 44c5d7f1d2
fix null path (#346) 2020-08-18 12:10:17 -04:00
Matt Cooper 8e6f956162
Merge pull request #344 from microsoft/fixes-for-174.1
fixes #327, #328, #336
2020-08-18 10:46:19 -04:00
Matt Cooper 0ad942907b changelog 2020-08-18 10:38:13 -04:00
Matt Cooper f2caeef08c allow relative schema
fixes #327
2020-08-18 10:36:55 -04:00
Matt Cooper f55bc9b5a6 update recommend TS linter
fixes #336
2020-08-18 10:30:19 -04:00
Matt Cooper bc24748d23 correct comparison for schema changes
fixes #328
2020-08-18 10:29:06 -04:00
Matt Cooper dff29403af
schema bump to 174 (#343) 2020-08-18 09:55:54 -04:00
Matt Cooper 05fae9a915
Merge pull request #319 from microsoft/fix-for-170
Fixes for 170
2020-05-20 10:14:32 -04:00
Matt Cooper 64e3c23ed3 engine bump 2020-05-20 10:09:29 -04:00
Matt Cooper edd0a3e07c fixed the compiler errors 2020-05-20 09:56:14 -04:00
Matt Cooper 94ced4b973 try to fix up tests 2020-05-20 09:52:56 -04:00
Matt Cooper 3352d55047
Merge pull request #318 from microsoft/bump-deps
bump deps
2020-05-20 08:42:11 -04:00
Matt Cooper 633a90a92f bump deps 2020-05-20 08:41:21 -04:00
Matt Cooper 62ee334744
Allow for custom schema (#317)
* the basics: can specify a schema file

* small code cleanup

* give up and throw a dialog

* update schema file

* update readme
2020-05-20 07:53:37 -04:00
Matt Cooper b7d6776e17
Merge pull request #314 from lucasmior/patch-1
Updating configuration format
2020-05-19 12:43:00 -04:00
Lucas Mior 3c75c563d8
Update README.md 2020-05-05 21:24:00 -03:00
Matt Cooper 22cc22b5fd
Merge pull request #296 from microsoft/fix-changelog
fix typo in changelog
2020-01-22 15:23:36 -05:00
Matt Cooper fefabea0b0 typo in changelog 2020-01-22 15:21:30 -05:00
Matt Cooper c838e58bbd
Merge pull request #295 from microsoft/20200122
Update some deps
2020-01-22 15:15:40 -05:00
Matt Cooper cbd671a89f changelog bump 2020-01-22 15:12:25 -05:00
Matt Cooper 663bb740ab update deps 2020-01-22 15:10:51 -05:00
Matt Cooper 7c787726e9 version bump 2020-01-22 14:00:25 -05:00
Matt Cooper 58b7181819
Merge pull request #294 from microsoft/s163-schema
S163 schema bump
2020-01-22 08:47:03 -05:00
Matt Cooper 4a7b2312ff schema bump 2020-01-22 08:41:27 -05:00
Matt Cooper e1d1eb31eb fix editor.autoIndent 2020-01-22 08:36:22 -05:00
himanshu yadav 808f687b44
reverting updating readme.md 2019-10-29 09:38:02 +04:00
himanshu yadav b0165701e8
Update README.md 2019-10-29 09:29:16 +04:00