Skip to content

Commit d6eb9e9

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 4e05952 commit d6eb9e9

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
@@ -2835,7 +2835,7 @@
28352835
"priority": "option",
28362836
"selector": [
28372837
{
2838-
"filenamePattern": "*.{clj,cljc,cljs,cljx}"
2838+
"filenamePattern": "*.{cljnb,cljcnb,cljsnb,cljxnb}"
28392839
}
28402840
]
28412841
}

0 commit comments

Comments
 (0)