From 6f3db9853b0262452d69d95a8ac4ffc1159a2d30 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 6 May 2023 14:27:02 +0200 Subject: [PATCH] Add `code-workspace` association --- scripts/Arch/Software/logo-ls/workaround.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/scripts/Arch/Software/logo-ls/workaround.patch b/scripts/Arch/Software/logo-ls/workaround.patch index 08fa6423..a7f4d0fc 100644 --- a/scripts/Arch/Software/logo-ls/workaround.patch +++ b/scripts/Arch/Software/logo-ls/workaround.patch @@ -1,3 +1,15 @@ +diff --git a/assets/iconsExt.go b/assets/iconsExt.go +index e9d739f..5c7df89 100644 +--- a/assets/iconsExt.go ++++ b/assets/iconsExt.go +@@ -118,6 +118,7 @@ var Icon_Ext = map[string]*Icon_Info{ + "vsixmanifest": Icon_Set["vscode"], + "vsix": Icon_Set["vscode"], + "code-workplace": Icon_Set["vscode"], ++ "code-workspace": Icon_Set["vscode"], + "csproj": Icon_Set["visualstudio"], + "ruleset": Icon_Set["visualstudio"], + "sln": Icon_Set["visualstudio"], diff --git a/assets/iconsMap.go b/assets/iconsMap.go index 7655c48..eb9794f 100644 --- a/assets/iconsMap.go