We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44b445 commit c86d739Copy full SHA for c86d739
src/node/plugin.ts
@@ -69,7 +69,7 @@ const _loadPlugins = async (pluginDir: string, httpServer: HttpServer, args: Arg
69
* `CS_PLUGIN` (also colon-separated).
70
*/
71
export const loadPlugins = async (httpServer: HttpServer, args: Args): Promise<void> => {
72
- const pluginPath = process.env.CS_PLUGIN_PATH || `${path.join(paths.data, "plugins")}:/etc/code-server/plugins`
+ const pluginPath = process.env.CS_PLUGIN_PATH || `${path.join(paths.data, "plugins")}:/usr/share/code-server/plugins`
73
const plugin = process.env.CS_PLUGIN || ""
74
await Promise.all([
75
// Built-in plugins.
0 commit comments