Skip to content

Commit 19aadb1

Browse files
committed
Disable notebook support for normal Clojure files
This is a work-around because currently Live Share causes clojure files to always be opened as notebooks. See: #1850
1 parent 95ecd19 commit 19aadb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2831,7 +2831,7 @@
28312831
"priority": "option",
28322832
"selector": [
28332833
{
2834-
"filenamePattern": "*.{clj,cljc,cljs,cljx}"
2834+
"filenamePattern": "*.{cljnb,cljcnb,cljsnb,cljxnb}"
28352835
}
28362836
]
28372837
}

0 commit comments

Comments
 (0)