Skip to content

Commit

Permalink
move to github
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnooie committed Dec 6, 2017
1 parent 6e1d9f4 commit c0a7b61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ This extension is in alpha. It may generate bad code that doesn't compile. Sta
## Issues and Contributions
If you find any issues or have feature requests report them here:

https://gitlab.com/ross-sig/vscode-gembase-dml/issues
https://github.com/ross-sig/vscode-gembase-dml/issues

If you'd like to make any contributions create a pull request.
If you'd like to make any contributions please create a pull request here:

https://gitlab.com/ross-sig/vscode-gembase-dml.git
https://github.com/ross-sig/vscode-gembase-dml

# Installing

Expand All @@ -31,6 +31,6 @@ Then install the DML extension by opening Visual Studio Code and type \[Ctrl+P\]

# Screenshots

![Screenshot](https://gitlab.com/ross-sig/vscode-gembase-dml/raw/master/dml_editor.gif "DML Edior Screenshot")
![Screenshot](https://camo.githubusercontent.com/af3fb1bafd76a6f20181789af469ebc9c939ff2d/68747470733a2f2f6769746c61622e636f6d2f726f73732d7369672f7673636f64652d67656d626173652d646d6c2f7261772f6d61737465722f646d6c5f656469746f722e676966 "DML Edior Screenshot")


8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "dml",
"version": "1.0.5",
"version": "1.0.6",
"publisher": "litehouse",
"engines": {
"vscode": "^1.8.1"
},
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/ross-sig/vscode-gembase-dml/issues"
"url": "https://github.com/ross-sig/vscode-gembase-dml/issues"
},
"homepage": "https://gitlab.com/ross-sig/vscode-gembase-dml",
"homepage": "https://github.com/ross-sig/vscode-gembase-dml",
"repository": {
"type": "git",
"url": "https://gitlab.com/ross-sig/vscode-gembase-dml.git"
"url": "https://github.com/ross-sig/vscode-gembase-dml"
},
"displayName": "Gembase DML",
"description": "GEMBASE Data Manipulation Language support for Visual Studio Code",
Expand Down

0 comments on commit c0a7b61

Please sign in to comment.