Skip to content

Commit

Permalink
#13 Renamed extension from oxsts-vs-code to semantifyr-vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Oct 6, 2024
1 parent 2761898 commit 13d393f
Show file tree
Hide file tree
Showing 29 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include(
"oxsts.model",
"oxsts.lang",
"oxsts.lang.ide",
"oxsts-vs-code",
"semantifyr-vscode",
)

rootProject.children.forEach { project ->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# SPDX-License-Identifier: EPL-2.0

/.vscode-test/
/node_modules/
/dist/
/bin/
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "semantifyr",
"displayName": "Semantifyr",
"description": "OXSTS language support for VS Code",
"displayName": "Semantifyr VS Code",
"description": "VS Code integration for the Semantifyr tool",
"version": "0.0.1",
"engines": {
"vscode": "^1.93.0"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 13d393f

Please sign in to comment.