vienna.utils
TypeScript icon, indicating that this package has built-in type declarations

3.3.0 • Public • Published

Utils

Утилиты помощники для работы с кодом.

Отладка кода

Добавьте в .vscode/launch.json в редакторе VSCode следующий код

{
    "type": "node",
    "name": "vscode-jest-tests",
    "request": "launch",
    "args": ["--runInBand"],
    "cwd": "${workspaceFolder}",
    "console": "integratedTerminal",
    "internalConsoleOptions": "neverOpen",
    "disableOptimisticBPs": true,
    "program": "${workspaceFolder}/node_modules/jest/bin/jest"
}

Затем поставьте breakpoint и запустите задачу vscode-jest-tests.

Readme

Keywords

none

Package Sidebar

Install

npm i vienna.utils

Weekly Downloads

164

Version

3.3.0

License

none

Unpacked Size

45.1 kB

Total Files

146

Last publish

Collaborators

  • marialink24
  • zyxel71
  • glowlh
  • forael
  • mr.tetragius
  • boozingeorge