From 79277335465f3a59460844bf322b5b1b07827a78 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 10 Oct 2024 17:35:30 +0300 Subject: initial --- extensions/common/LICENSE | 21 ++++++++++++++++++ extensions/common/icon.png | Bin 0 -> 87498 bytes extensions/common/package.json | 49 +++++++++++++++++++++++++++++++++++++++++ extensions/git/LICENSE | 21 ++++++++++++++++++ extensions/git/icon.png | Bin 0 -> 3309 bytes extensions/git/package.json | 24 ++++++++++++++++++++ extensions/golang/LICENSE | 21 ++++++++++++++++++ extensions/golang/icon.png | Bin 0 -> 12893 bytes extensions/golang/package.json | 29 ++++++++++++++++++++++++ extensions/python/LICENSE | 21 ++++++++++++++++++ extensions/python/icon.png | Bin 0 -> 15068 bytes extensions/python/package.json | 30 +++++++++++++++++++++++++ extensions/rust/LICENSE | 21 ++++++++++++++++++ extensions/rust/icon.png | Bin 0 -> 53788 bytes extensions/rust/package.json | 31 ++++++++++++++++++++++++++ 15 files changed, 268 insertions(+) create mode 100644 extensions/common/LICENSE create mode 100644 extensions/common/icon.png create mode 100644 extensions/common/package.json create mode 100644 extensions/git/LICENSE create mode 100644 extensions/git/icon.png create mode 100644 extensions/git/package.json create mode 100644 extensions/golang/LICENSE create mode 100644 extensions/golang/icon.png create mode 100644 extensions/golang/package.json create mode 100644 extensions/python/LICENSE create mode 100644 extensions/python/icon.png create mode 100644 extensions/python/package.json create mode 100644 extensions/rust/LICENSE create mode 100644 extensions/rust/icon.png create mode 100644 extensions/rust/package.json (limited to 'extensions') 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 Binary files /dev/null and b/extensions/common/icon.png 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 Binary files /dev/null and b/extensions/git/icon.png 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 Binary files /dev/null and b/extensions/golang/icon.png 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 Binary files /dev/null and b/extensions/python/icon.png 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 Binary files /dev/null and b/extensions/rust/icon.png 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 -- cgit v1.2.3