|
|
@@ -34,10 +34,6 @@ export namespace Plugin {
|
|
|
project: Instance.project,
|
|
|
worktree: Instance.worktree,
|
|
|
directory: Instance.directory,
|
|
|
- get serverUrl(): URL {
|
|
|
- throw new Error("Server URL is no longer supported in plugins")
|
|
|
- },
|
|
|
- $: () => {},
|
|
|
}
|
|
|
|
|
|
for (const plugin of INTERNAL_PLUGINS) {
|