From 0b014581b90d70a475a361e73f0862838c07b341 Mon Sep 17 00:00:00 2001 From: Stefan van den Oord Date: Tue, 20 Sep 2022 09:52:03 +0200 Subject: [PATCH] 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: https://github.com/BetterThanTomorrow/calva/issues/1850 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8672cd3d5..ff740605a 100644 --- a/package.json +++ b/package.json @@ -2832,7 +2832,7 @@ "priority": "option", "selector": [ { - "filenamePattern": "*.{clj,cljc,cljs,cljx}" + "filenamePattern": "*.{cljnb,cljcnb,cljsnb,cljxnb}" } ] }