From 4e5450725ce1f5a849f3d3d45b7eb0e70410b0f3 Mon Sep 17 00:00:00 2001 From: Dvurechensky <46356631+Dvurechensky@users.noreply.github.com> Date: Mon, 16 Jun 2025 10:02:14 +0300 Subject: [PATCH] 1.0.5 License --- .gitignore | 1 + LICENSE.md | 9 +++++++++ README.md | 6 ++++++ package.json | 6 +++++- 4 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 LICENSE.md diff --git a/.gitignore b/.gitignore index 41295a7..a84ede1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Node.js dependencies node_modules/ +Builds/ # VS Code extension build outputs .vscode-test/ diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..31bfdc2 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) 2025 Dvurechensky + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index 2e2ac00..4a4b0ea 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ npm install npm run vscode:prepublish ``` +> Сборка пакета +```sh +npm install -g vsce +vsce package +``` + ## 💦 Отладка 💦 1. Переходим в скрипт [extension.ts](src/extension.ts) diff --git a/package.json b/package.json index 5106760..fef78cc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "vscode": "^1.85.0" }, "activationEvents": [ - "*" + "onStartupFinished" ], "main": "./out/extension.js", "contributes": { @@ -25,5 +25,9 @@ "@types/vscode": "^1.85.0", "typescript": "^5.0.0", "vsce": "^2.15.0" + }, + "repository": { + "type": "git", + "url": "https://github.com/Lizerium/LizeriumVSCodeColorPicker.git" } } \ No newline at end of file