Update .gitignore and README.md for CODESYS MCP project. Added entries to .gitignore for VSIX files and VS Code settings. Expanded README to include architecture, components, deployment instructions, and details about the Cursor extension.
This commit is contained in:
11
package.json
Normal file
11
package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "codesys-mcp-workspace",
|
||||
"private": true,
|
||||
"description": "CODESYS MCP workspace root",
|
||||
"scripts": {
|
||||
"compile:extension": "npm run compile --prefix vscode_codesys_companion",
|
||||
"watch:extension": "npm run watch --prefix vscode_codesys_companion",
|
||||
"package:extension": "npm run package --prefix vscode_codesys_companion",
|
||||
"check:extension": "npm run check --prefix vscode_codesys_companion"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user