* fix readme

* quick fix
This commit is contained in:
RupengLiu 2021-07-08 17:21:12 -07:00 коммит произвёл GitHub
Родитель 94f0f3bca0
Коммит bf3e44ced8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -31,6 +31,7 @@ All you need is an Azure Subscription to get started. If you don't have one, [cl
- Switch / Release API Revisions
- API Filter
- Policy Debugging on Self-Hosted Gateways
- Manage User Subscriptions
## Create an API Management instance using defaults
@ -99,6 +100,9 @@ Please note: only JSON format is supported currently.
## Self-Hosted Gateway Debugging
![selfHostedDebugging](resources/selfdebug.gif)
## Manage User Subscriptions
![manageUserSubscription](resources/subscription.gif)
## Intellisense for Policy Expressions.
Follow instructions [here](https://github.com/microsoft/vscode-apimanagement/issues/37#issuecomment-516551741).

2
package-lock.json сгенерированный
Просмотреть файл

@ -5,7 +5,7 @@
"requires": true,
"dependencies": {
"@azure/abort-controller": {
"version": "1.0.3",
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-1.0.2.tgz",
"integrity": "sha512-XUyTo+bcyxHEf+jlN2MXA7YU9nxVehaubngHV1MIZZaqYmZqykkoeAz/JMMEeR7t3TcyDwbFa3Zw8BZywmIx4g==",
"requires": {

Просмотреть файл

@ -20,7 +20,7 @@ suiteSetup(async function (this: IHookCallbackContext): Promise<void> {
await fse.ensureDir(testFolderPath);
await vscode.commands.executeCommand('azureApiManagement.Refresh'); // activate the extension before tests begin
//await vscode.commands.executeCommand('azureApiManagement.Refresh'); // activate the extension before tests begin
ext.outputChannel = new TestOutputChannel();
ext.ui = new TestUserInput(vscode);