Skip to content

Commit 9411b73

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 4daf7d3 commit 9411b73

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
@@ -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)