Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: oxmysql update to version 2.7.5 + new extra_libs #521

Merged
merged 2 commits into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
capture: "junit.xml"
args: "-t --formatter JUnit"
extra_libs: mysql
extra_libs: mysql+ox_lib
- name: Generate Lint Report
if: always()
uses: mikepenz/action-junit-report@v4
Expand Down
4 changes: 1 addition & 3 deletions server-data/resources/[ox]/oxmysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ https://www.npmjs.com/package/@overextended/oxmysql
## Lua Language Server

- Install [Lua Language Server](https://marketplace.visualstudio.com/items?itemName=sumneko.lua) to ease development with annotations, type checking, diagnostics, and more.
- Install [cfxlua-vscode](https://marketplace.visualstudio.com/items?itemName=overextended.cfxlua-vscode) to add natives and cfxlua runtime declarations to LLS.
- You can load oxmysql into your global development environment by modifying workspace/user settings "Lua.workspace.library" with the resource path.
- e.g. "c:\\fxserver\\resources\\oxmysql\\lib\\define.lua"
- See [ox_types](https://github.com/overextended/ox_types) for our Lua type definitions.
Loading
Loading