Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use official functions api to create endpoint #54

Merged
merged 2 commits into from
May 12, 2020
Merged

Use official functions api to create endpoint #54

merged 2 commits into from
May 12, 2020

Conversation

ejizba
Copy link
Member

@ejizba ejizba commented May 11, 2020

And remove "Create new API" command

Depends on microsoft/vscode-azurefunctions#2077

Fixes #38
Fixes #10
Fixes #39
Fixes #50

And remove "Create new API" command
@ejizba ejizba requested a review from a team as a code owner May 11, 2020 22:41
@@ -7,38 +7,52 @@ import * as fse from 'fs-extra';
import * as path from 'path';
import * as vscode from 'vscode';
import { IActionContext } from "vscode-azureextensionui";
// tslint:disable-next-line: no-submodule-imports
import { AzureExtensionApiProvider } from 'vscode-azureextensionui/api';
import { noWorkspaceError } from '../../constants';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be taken out of constants because it was only used by createNewApi.ts as well

@ejizba ejizba merged commit 54aacd6 into master May 12, 2020
@ejizba ejizba deleted the ej/api branch May 12, 2020 17:13
@github-actions github-actions bot locked and limited conversation to collaborators Feb 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants