Update extension ids

This commit is contained in:
Matt Bierner
2020-03-31 23:48:55 -07:00
parent 9722f894d0
commit 4134129375
3 changed files with 6 additions and 6 deletions

View File

@ -11,8 +11,8 @@
"Other"
],
"activationEvents": [
"onCustomEditor:catEdit.catScratch",
"onCustomEditor:catEdit.pawDraw"
"onCustomEditor:catCustoms.catScratch",
"onCustomEditor:catCustoms.pawDraw"
],
"repository": {
"type": "git",
@ -22,7 +22,7 @@
"contributes": {
"customEditors": [
{
"viewType": "catEdit.catScratch",
"viewType": "catCustoms.catScratch",
"displayName": "Cat Scratch",
"selector": [
{
@ -31,7 +31,7 @@
]
},
{
"viewType": "catEdit.pawDraw",
"viewType": "catCustoms.pawDraw",
"displayName": "Paw Draw",
"selector": [
{

View File

@ -22,7 +22,7 @@ export class CatScratchEditorProvider implements vscode.CustomTextEditorProvider
new CatScratchEditorProvider(context));
}
private static readonly viewType = 'catEdit.catScratch';
private static readonly viewType = 'catCustoms.catScratch';
private static readonly scratchCharacters = ['😸', '😹', '😺', '😻', '😼', '😽', '😾', '🙀', '😿', '🐱'];

View File

@ -54,7 +54,7 @@ export class PawDrawEditorProvider implements vscode.CustomEditorProvider<PawDra
});
}
public static readonly viewType = 'catEdit.pawDraw';
public static readonly viewType = 'catCustoms.pawDraw';
/**
* Tracks all known webviews