Skip to content

Commit 58ed08c

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 9e370ca commit 58ed08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2832,7 +2832,7 @@
28322832
"priority": "option",
28332833
"selector": [
28342834
{
2835-
"filenamePattern": "*.{clj,cljc,cljs,cljx}"
2835+
"filenamePattern": "*.{cljnb,cljcnb,cljsnb,cljxnb}"
28362836
}
28372837
]
28382838
}

0 commit comments

Comments
 (0)