From 7375e4054d84b45d3bd73ff5117622d538f77518 Mon Sep 17 00:00:00 2001 From: "ANTOND." <71350868+antond15@users.noreply.github.com> Date: Sun, 18 May 2025 14:45:54 +0200 Subject: [PATCH] docs: update cfxlua extension url (#16) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2e83fd..9a2bfc4 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,6 @@ https://www.npmjs.com/package/@communityox/ox_lib ## 🖥️ 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=communityox.cfxlua-vscode) to add natives and cfxlua runtime declarations to LLS. +- Install [CfxLua IntelliSense](https://marketplace.visualstudio.com/items?itemName=communityox.cfxlua-vscode-cox) to add natives and cfxlua runtime declarations to LLS. - You can load ox_lib into your global development environment by modifying workspace/user settings "Lua.workspace.library" with the resource path. - e.g. "c:/fxserver/resources/ox_lib"