Skip to content

Commit 9d7f713

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 89c1f5f commit 9d7f713

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
@@ -2842,7 +2842,7 @@
28422842
"priority": "option",
28432843
"selector": [
28442844
{
2845-
"filenamePattern": "*.{clj,cljc,cljs,cljx}"
2845+
"filenamePattern": "*.{cljnb,cljcnb,cljsnb,cljxnb}"
28462846
}
28472847
]
28482848
}

0 commit comments

Comments
 (0)