diff --git a/extensions/helix/LICENSE b/extensions/helix/LICENSE deleted file mode 100644 index 3155ccf3..00000000 --- a/extensions/helix/LICENSE +++ /dev/null @@ -1,5 +0,0 @@ -Copyright 2020-2021 Grégoire Geis - -Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/extensions/helix/LICENSE b/extensions/helix/LICENSE new file mode 120000 index 00000000..30cff740 --- /dev/null +++ b/extensions/helix/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/extensions/helix/README.md b/extensions/helix/README.md new file mode 120000 index 00000000..fe840054 --- /dev/null +++ b/extensions/helix/README.md @@ -0,0 +1 @@ +../../README.md \ No newline at end of file diff --git a/extensions/helix/assets b/extensions/helix/assets new file mode 120000 index 00000000..41aef43f --- /dev/null +++ b/extensions/helix/assets @@ -0,0 +1 @@ +../../assets \ No newline at end of file diff --git a/extensions/helix/dance.png b/extensions/helix/dance.png deleted file mode 100644 index 7ca6bb3f..00000000 Binary files a/extensions/helix/dance.png and /dev/null differ diff --git a/extensions/helix/package.build.ts b/extensions/helix/package.build.ts index da79d9e3..61efe198 100644 --- a/extensions/helix/package.build.ts +++ b/extensions/helix/package.build.ts @@ -44,7 +44,7 @@ export const pkg = (modules: Builder.ParsedModule[]) => ({ publisher: "gregoire", categories: ["Keymaps", "Other"], readme: "README.md", - icon: "dance.png", + icon: "assets/dance.png", extensionKind: ["ui", "workspace"], scripts: { @@ -58,21 +58,6 @@ export const pkg = (modules: Builder.ParsedModule[]) => ({ configurationDefaults: { "dance.defaultMode": "helix/normal", "dance.modes": { - "": { - hiddenSelectionsIndicatorsDecoration: { - after: { - color: "$list.warningForeground", - }, - backgroundColor: "$inputValidation.warningBackground", - borderColor: "$inputValidation.warningBorder", - borderStyle: "solid", - borderWidth: "1px", - isWholeLine: true, - }, - }, - "input": { - cursorStyle: "underline-thin", - }, "helix/insert": { onLeaveMode: [ [".selections.save", { @@ -202,7 +187,6 @@ export const pkg = (modules: Builder.ParsedModule[]) => ({ keybindings.filter(key => key.when.includes(whenMode)), whenMode, )); - } return [ @@ -210,8 +194,6 @@ export const pkg = (modules: Builder.ParsedModule[]) => ({ ...ignoredKeybindings, ]; })(), - - }, }); diff --git a/extensions/helix/package.json b/extensions/helix/package.json index e907db4b..7c5b6247 100644 --- a/extensions/helix/package.json +++ b/extensions/helix/package.json @@ -30,7 +30,7 @@ "Other" ], "readme": "README.md", - "icon": "dance.png", + "icon": "assets/dance.png", "extensionKind": [ "ui", "workspace" @@ -45,21 +45,6 @@ "configurationDefaults": { "dance.defaultMode": "helix/normal", "dance.modes": { - "": { - "hiddenSelectionsIndicatorsDecoration": { - "after": { - "color": "$list.warningForeground" - }, - "backgroundColor": "$inputValidation.warningBackground", - "borderColor": "$inputValidation.warningBorder", - "borderStyle": "solid", - "borderWidth": "1px", - "isWholeLine": true - } - }, - "input": { - "cursorStyle": "underline-thin" - }, "helix/insert": { "onLeaveMode": [ [