Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 958 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 958 Bytes

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature

After your pull request is merged, you can safely delete your branch.

How to inspect tags, change and test colors

  1. The colors are changed in the file **"vue-theme-color-theme.json" **.
  2. In vscode editor, press "CMD+shift+p" and select "Developer: inspect TM scopes" to analyze the scope to change.
  3. After to change, run command "vsce package".
  4. Install the file vue-themev-x.x.x.vix to test.
  5. If ok, send me a PR.

How to test the changes

  1. Open your VS Code
  2. Click on the tab View → Run
  3. Click Launch Extension. This will open up another VS Code Editor
  4. Make changes and it will reflected in the other editor that opened in step 3.