Skip to content

Commit 7a86ee0

Browse files
authored
fix(lsp): do not warn about unscoped package name (#29463)
It's useful to just use a bare specifier for the package name in a workspace when not publishing to JSR.
1 parent bca0a9a commit 7a86ee0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cli/schemas/config-file.v1.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,8 +709,7 @@
709709
},
710710
"name": {
711711
"type": "string",
712-
"description": "The name of this JSR package. Must be scoped",
713-
"pattern": "^@[a-z0-9-]+/[a-z0-9-]+$"
712+
"description": "The name of this JSR or workspace package."
714713
},
715714
"version": {
716715
"type": "string",

0 commit comments

Comments
 (0)