From 8d0e3419f58b182861dc64a0416dd5a176c3fa8c 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 6aecb5752..d75ef7373 100644 --- a/package.json +++ b/package.json @@ -2832,7 +2832,7 @@ "priority": "option", "selector": [ { - "filenamePattern": "*.{clj,cljc,cljs,cljx}" + "filenamePattern": "*.{cljnb,cljcnb,cljsnb,cljxnb}" } ] }