Skip to content

andersnm/vscode-sourcemap-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSCode Sourcemap Helper

Monorepo for the VSCode Sourcemap Helper extension.

main branch

Getting started

# Install dependencies for all projects
npm install

# Build all projects
npm run build

# Run tests
npm run test

# Bundle project with dependencies to single file js
npm run bundle

# Create extension VSIX from bundle
npm run vsce

# Publish extension VSIX
npm run publish -- -p ${VSCE_PAT}

The extension is saved in packages/vscode-sourcemap-helper/sourcemap-helper-(VERSION).vsix

Projects:

Shout outs

Based on https://github.com/vladimir-kotikov/vscode-sourcemaps-navigator by Vladimir Kotikov.

About

VSCode Sourcemap Helper Extension

Resources

License

Stars

Watchers

Forks

Packages

No packages published