src/node/plugin.ts: Warn on duplicate plugin and only load first
This commit is contained in:
@ -25,6 +25,7 @@ describe("plugin", () => {
|
||||
name: "test-plugin",
|
||||
version: "1.0.0",
|
||||
description: "Fake plugin for testing code-server's plugin API",
|
||||
modulePath: path.join(__dirname, "test-plugin"),
|
||||
},
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user