aboutsummaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorAlexander <a.kiryukhin@vk.team>2024-10-10 17:35:30 +0300
committerAlexander <a.kiryukhin@vk.team>2024-10-10 17:35:30 +0300
commit79277335465f3a59460844bf322b5b1b07827a78 (patch)
tree2326523bd51ce7678c945b6eece8375beb903b53 /extensions
initial
Diffstat (limited to 'extensions')
-rw-r--r--extensions/common/LICENSE21
-rw-r--r--extensions/common/icon.pngbin0 -> 87498 bytes
-rw-r--r--extensions/common/package.json49
-rw-r--r--extensions/git/LICENSE21
-rw-r--r--extensions/git/icon.pngbin0 -> 3309 bytes
-rw-r--r--extensions/git/package.json24
-rw-r--r--extensions/golang/LICENSE21
-rw-r--r--extensions/golang/icon.pngbin0 -> 12893 bytes
-rw-r--r--extensions/golang/package.json29
-rw-r--r--extensions/python/LICENSE21
-rw-r--r--extensions/python/icon.pngbin0 -> 15068 bytes
-rw-r--r--extensions/python/package.json30
-rw-r--r--extensions/rust/LICENSE21
-rw-r--r--extensions/rust/icon.pngbin0 -> 53788 bytes
-rw-r--r--extensions/rust/package.json31
15 files changed, 268 insertions, 0 deletions
diff --git a/extensions/common/LICENSE b/extensions/common/LICENSE
new file mode 100644
index 0000000..d71bdc2
--- /dev/null
+++ b/extensions/common/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2024 Alexander Kiryukhin
+
+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/extensions/common/icon.png b/extensions/common/icon.png
new file mode 100644
index 0000000..ff002db
--- /dev/null
+++ b/extensions/common/icon.png
Binary files differ
diff --git a/extensions/common/package.json b/extensions/common/package.json
new file mode 100644
index 0000000..1f429ab
--- /dev/null
+++ b/extensions/common/package.json
@@ -0,0 +1,49 @@
+{
+ "name": "neonxp-common",
+ "displayName": "@NeonXP Common Pack",
+ "description": "Common extesions",
+ "icon": "icon.png",
+ "version": "0.0.1",
+ "repository": {
+ "type": "git",
+ "url": "git+https://gitrepo.ru/neonxp/vscode-exts.git"
+ },
+ "license": "MIT",
+ "homepage": "https://gitrepo.ru/neonxp/vscode-exts",
+ "engines": {
+ "vscode": "^1.94.0"
+ },
+ "categories": [
+ "Extension Packs"
+ ],
+ "extensionPack": [
+ "antfu.icons-carbon",
+ "appulate.filewatcher",
+ "carlos-algms.make-task-provider",
+ "dbaeumer.vscode-eslint",
+ "emmanuelbeziat.vscode-great-icons",
+ "esbenp.prettier-vscode",
+ "file-icons.file-icons",
+ "graphql.vscode-graphql-syntax",
+ "humao.rest-client",
+ "ibm.output-colorizer",
+ "mikestead.dotenv",
+ "mohammadbaqer.better-folding",
+ "ms-azuretools.vscode-docker",
+ "ms-ceintl.vscode-language-pack-ru",
+ "ms-vscode.hexeditor",
+ "ms-vscode.makefile-tools",
+ "ms-vscode.test-adapter-converter",
+ "mtxr.sqltools",
+ "mtxr.sqltools-driver-pg",
+ "mtxr.sqltools-driver-sqlite",
+ "pbkit.vscode-pbkit",
+ "redhat.vscode-yaml",
+ "richie5um2.vscode-sort-json",
+ "rioj7.html-related-links",
+ "ryuta46.multi-command",
+ "tamasfe.even-better-toml",
+ "zokugun.cron-tasks",
+ "zokugun.sync-settings"
+ ]
+} \ No newline at end of file
diff --git a/extensions/git/LICENSE b/extensions/git/LICENSE
new file mode 100644
index 0000000..d71bdc2
--- /dev/null
+++ b/extensions/git/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2024 Alexander Kiryukhin
+
+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/extensions/git/icon.png b/extensions/git/icon.png
new file mode 100644
index 0000000..460ea81
--- /dev/null
+++ b/extensions/git/icon.png
Binary files differ
diff --git a/extensions/git/package.json b/extensions/git/package.json
new file mode 100644
index 0000000..3a1f1cd
--- /dev/null
+++ b/extensions/git/package.json
@@ -0,0 +1,24 @@
+{
+ "name": "neonxp-git",
+ "displayName": "@NeonXP Git Pack",
+ "description": "Git extesions",
+ "icon": "icon.png",
+ "version": "0.0.1",
+ "repository": {
+ "type": "git",
+ "url": "git+https://gitrepo.ru/neonxp/vscode-exts.git"
+ },
+ "license": "MIT",
+ "homepage": "https://gitrepo.ru/neonxp/vscode-exts",
+ "engines": {
+ "vscode": "^1.94.0"
+ },
+ "categories": [
+ "Extension Packs"
+ ],
+ "extensionPack": [
+ "codezombiech.gitignore",
+ "kylinideteam.gitlens",
+ "mhutchie.git-graph"
+ ]
+} \ No newline at end of file
diff --git a/extensions/golang/LICENSE b/extensions/golang/LICENSE
new file mode 100644
index 0000000..d71bdc2
--- /dev/null
+++ b/extensions/golang/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2024 Alexander Kiryukhin
+
+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/extensions/golang/icon.png b/extensions/golang/icon.png
new file mode 100644
index 0000000..b2c436c
--- /dev/null
+++ b/extensions/golang/icon.png
Binary files differ
diff --git a/extensions/golang/package.json b/extensions/golang/package.json
new file mode 100644
index 0000000..656f2fc
--- /dev/null
+++ b/extensions/golang/package.json
@@ -0,0 +1,29 @@
+{
+ "name": "neonxp-golang",
+ "displayName": "@NeonXP Golang Pack",
+ "description": "Golang extesions",
+ "icon": "icon.png",
+ "version": "0.0.1",
+ "repository": {
+ "type": "git",
+ "url": "git+https://gitrepo.ru/neonxp/vscode-exts.git"
+ },
+ "license": "MIT",
+ "homepage": "https://gitrepo.ru/neonxp/vscode-exts",
+ "engines": {
+ "vscode": "^1.94.0"
+ },
+ "categories": [
+ "Extension Packs"
+ ],
+ "extensionPack": [
+ "a-h.templ",
+ "ethan-reesor.vscode-go-test-adapter",
+ "furkanozalp.go-syntax",
+ "golang.go",
+ "hbenl.test-adapter-converter",
+ "hbenl.vscode-test-explorer",
+ "neonxp.gotools",
+ "r3inbowari.gomodexplorer"
+ ]
+} \ No newline at end of file
diff --git a/extensions/python/LICENSE b/extensions/python/LICENSE
new file mode 100644
index 0000000..d71bdc2
--- /dev/null
+++ b/extensions/python/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2024 Alexander Kiryukhin
+
+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/extensions/python/icon.png b/extensions/python/icon.png
new file mode 100644
index 0000000..d46e18e
--- /dev/null
+++ b/extensions/python/icon.png
Binary files differ
diff --git a/extensions/python/package.json b/extensions/python/package.json
new file mode 100644
index 0000000..65a2f97
--- /dev/null
+++ b/extensions/python/package.json
@@ -0,0 +1,30 @@
+{
+ "name": "neonxp-python",
+ "displayName": "@NeonXP Python Pack",
+ "description": "Python extesions",
+ "icon": "icon.png",
+ "private": true,
+ "publisher": "NeonXP",
+ "version": "0.0.1",
+ "repository": {
+ "type": "git",
+ "url": "git+https://gitrepo.ru/neonxp/vscode-exts.git"
+ },
+ "license": "MIT",
+ "homepage": "https://gitrepo.ru/neonxp/vscode-exts",
+ "engines": {
+ "vscode": "^1.94.0"
+ },
+ "categories": [
+ "Extension Packs"
+ ],
+ "extensionPack": [
+ "ms-python.python",
+ "ms-python.debugpy",
+ "ms-toolsai.jupyter",
+ "ms-toolsai.jupyter-keymap",
+ "ms-toolsai.jupyter-renderers",
+ "ms-toolsai.vscode-jupyter-cell-tags",
+ "ms-toolsai.vscode-jupyter-slideshow"
+ ]
+} \ No newline at end of file
diff --git a/extensions/rust/LICENSE b/extensions/rust/LICENSE
new file mode 100644
index 0000000..d71bdc2
--- /dev/null
+++ b/extensions/rust/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2024 Alexander Kiryukhin
+
+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/extensions/rust/icon.png b/extensions/rust/icon.png
new file mode 100644
index 0000000..19110b5
--- /dev/null
+++ b/extensions/rust/icon.png
Binary files differ
diff --git a/extensions/rust/package.json b/extensions/rust/package.json
new file mode 100644
index 0000000..4b2c8fd
--- /dev/null
+++ b/extensions/rust/package.json
@@ -0,0 +1,31 @@
+{
+ "name": "neonxp-rust",
+ "displayName": "@NeonXP Rust Pack",
+ "description": "Rust extesions",
+ "icon": "icon.png",
+ "private": true,
+ "publisher": "NeonXP",
+ "version": "0.0.1",
+ "repository": {
+ "type": "git",
+ "url": "git+https://gitrepo.ru/neonxp/vscode-exts.git"
+ },
+ "license": "MIT",
+ "homepage": "https://gitrepo.ru/neonxp/vscode-exts",
+ "engines": {
+ "vscode": "^1.94.0"
+ },
+ "categories": [
+ "Extension Packs"
+ ],
+ "extensionPack": [
+ "franneck94.vscode-rust-config",
+ "jscearcy.rust-doc-viewer",
+ "lyonsyonii.rust-syntax",
+ "rust-lang.rust",
+ "rust-lang.rust-analyzer",
+ "swellaby.vscode-rust-test-adapter",
+ "serayuzgur.crates",
+ "vadimcn.vscode-lldb"
+ ]
+} \ No newline at end of file