@pasko70/pibo 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/dist/vscode/types.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
* mirrored on GitHub Releases.
|
|
8
8
|
*/
|
|
9
9
|
export const PIBO_VSCODE_EXTENSION_PUBLISHER = "pibo";
|
|
10
|
-
export const PIBO_VSCODE_EXTENSION_NAME = "pibo-vscode";
|
|
10
|
+
export const PIBO_VSCODE_EXTENSION_NAME = "pibo-vscode-ext";
|
|
11
11
|
export const PIBO_VSCODE_EXTENSION_ID = `${PIBO_VSCODE_EXTENSION_PUBLISHER}.${PIBO_VSCODE_EXTENSION_NAME}`;
|
|
12
12
|
export const DEFAULT_GITHUB_OWNER = "Pascapone";
|
|
13
13
|
export const DEFAULT_GITHUB_REPO = "pibo";
|