We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c46be commit 3736cffCopy full SHA for 3736cff
src/node/plugin.ts
@@ -227,7 +227,7 @@ export class PluginAPI {
227
`)
228
}
229
if (!semver.satisfies(version, packageJSON.engines["code-server"])) {
230
- throw new Error(
+ this.logger.warn(
231
`plugin range ${q(packageJSON.engines["code-server"])} incompatible` + ` with code-server version ${version}`,
232
)
233
0 commit comments