Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Mongogit saverNew to Visual Studio Code? Get it now.
Mongogit saver

Mongogit saver

Andrey D. Pererva

|
10 installs
| (0) | Free
Extension to fast create SIER handlers code and commit them to SIER DB in according to special trace settings. Code after pretiier.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

what's new?

Extension to quickly create additional handlers code defined by rules and commit it to SIER DB.

10.0 Переключен на "боевые" таблицы standards и enttityTypes

9.0 bug fixes

8.3.0 Путь обработчика в функции обработки совпадений с настройками обрезается с custom... и static... включительно чтобы исключить наличие ключевых слов настроечного пути в начале часто длинного реального пути к файлу js.

8.2.3 Баг фикс при первичном использовании понимать let scriptVersion = "frmKNMfirst OnClose v.2.3.1" и продолжить нумерацию версии как let scriptVersion = "2.3.2"

8.2.2 При указании одинаковых составляющих пути к обработчику в разных записях настроечной таблицы например
a & b = mongoDB_handlerpath1
и
a & b & в = mongoDB_handlerpath2
в случае если realpath (C:/a/b/c/d) будет возвращена строка настройки с максимльным пересечением реального пути и настроек. То есть mongoDB_handlerpath2

node js application build and run

https://dev.to/birajgtm/building-and-running-a-nodejs-application-a-guide-to-using-build-and-start-scripts-e38

VS Code Plugin for js handlers SIER


Чтобы начать работать нужно получить credentials у технического тим лида команды


https://github.com/webandr/mongogit

inspired by https://dev.to/tylerasa/creating-and-publishing-a-vs-code-extension-a-step-by-step-guide-with-javascript-5ep1 https://timeweb.cloud/tutorials/nodejs/kak-podklyuchit-node-js-k-baze-dannyh-mongodb-instrukciya https://stackoverflow.com/questions/55771578/cant-find-the-module-after-extension-is-installed https://code.visualstudio.com/api/working-with-extensions/publishing-extension#packaging-extensions

Создать инсталляц пакет

vsce package

Локально установить расширение без магазина расширений

code --install-extension vscode-mongit-1.0.0.vsix   
    

Публикация plugin для VS

https://marketplace.visualstudio.com/manage/publishers/andreydpererva

Usage

Navigate to the line you want the state to created on and press

  • Windows: Ctrl+Shift+P
  • Linux: Ctrl+Shift+P
  • MaxOs: ⇧⌘P

to bring up the command palette, and then type React setState. Enter the state's name and press enter (separated by a comma).

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft