mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
- code documentation, clean-up
- sourceControlPane argument in the command handlers - command to open fiddle in the browser
This commit is contained in:
@ -147,7 +147,7 @@ export async function uploadFiddle(slug: string, version: number, html: string,
|
||||
}
|
||||
}
|
||||
|
||||
function toFiddleId(slug: string, version: number | undefined): string {
|
||||
export function toFiddleId(slug: string, version: number | undefined): string {
|
||||
if (version === undefined) {
|
||||
return slug;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user