pedrolopix / json-to-java-stack-trace

A Visual Studio Code extension to convert the current editor selection from an Exception JSON to a Java Stack Trace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

json2stacktrace A Visual Studio Code extension to convert the current editor selection from an Exception JSON to a Java Stack Trace

After installation, you'll find one new commands in the Command Palette (F1 by default):

Convert Json to Stack Trace

#Install

  1. install npm from https://nodejs.org/en/
  2. Install vsce
npm install -g vsce
  1. install extension
npm run install-extension

About

A Visual Studio Code extension to convert the current editor selection from an Exception JSON to a Java Stack Trace


Languages

Language:JavaScript 100.0%