Skip to content

Commit

Permalink
v1.0.4 (#28)
Browse files Browse the repository at this point in the history
* v1.0.4

Removed snippets from the extension pack

* Update README.md
  • Loading branch information
Tobiah Zarlez authored May 21, 2018
1 parent 9219531 commit 6c31290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is an **unofficial** extension created by Tobiah Zarlez, and is not affilia

The goal of this extension is to add miscellaneous functionality to Visual Studio Code for Unity developers.

This extension also acts as an extension package for two other Unity related VSCode extensions. Specifically, "YclepticStudios.unity-snippets" and "Unity.unity-debug"
This extension also acts as an extension package for another Unity related VSCode extension. Specifically, "Unity.unity-debug"

## What this extension isn't

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unity-tools",
"displayName": "Unity Tools",
"description": "Various tools to help with Unity development",
"version": "1.0.3",
"version": "1.0.4",
"publisher": "Tobiah",
"engines": {
"vscode": "^1.23.0"
Expand All @@ -18,8 +18,7 @@
"Extension Packs"
],
"extensionDependencies": [
"Unity.unity-debug",
"YclepticStudios.unity-snippets"
"Unity.unity-debug"
],
"bugs": "https://github.com/TobiahZ/unity-tools/issues",
"keywords": [
Expand Down

0 comments on commit 6c31290

Please sign in to comment.