Skip to content

Commit

Permalink
New version.
Browse files Browse the repository at this point in the history
  • Loading branch information
SkaceKamen committed Apr 30, 2019
1 parent bbda3d1 commit 633502b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 16 deletions.
7 changes: 7 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Version 0.9.8
* Added new functions and operators
* Fixed parser getting stuck in infinite loop under certain conditions (#49) (thanks billw2012)

# Version 0.9.7
* Small fixes

# Version 0.9.6
* Fixed macros with arguments (#43)
* Debugger now uses line numbers to determine new messages
Expand Down
32 changes: 16 additions & 16 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Jan Zípek",
"icon": "images/sqflint.png",
"license": "MIT",
"version": "0.9.7",
"version": "0.9.8",
"publisher": "skacekachna",
"engines": {
"vscode": "^1.18.0",
Expand Down Expand Up @@ -156,23 +156,23 @@
}
},
"initialConfigurations": [
{
"type": "sqflint",
"request": "launch",
{
"type": "sqflint",
"request": "launch",
"name": "Watch RPT File"
}
}
],
"configurationSnippets": [
{
"label": "SQFLint: Watch RPT file",
"description": "A new configuration for watching RPT file.",
"body": {
"type": "sqlint",
"request": "launch",
"name": "Watch RPT File"
}
}
]
"configurationSnippets": [
{
"label": "SQFLint: Watch RPT file",
"description": "A new configuration for watching RPT file.",
"body": {
"type": "sqlint",
"request": "launch",
"name": "Watch RPT File"
}
}
]
}
]
},
Expand Down

0 comments on commit 633502b

Please sign in to comment.