Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
3ddb61e
Initial work for v3.0.0
julesyan May 22, 2026
0e305cd
Fix issues with Promise
julesyan May 25, 2026
7a5bd8f
Fix issues with Tools import
julesyan May 25, 2026
bffe6ed
Finished testing to work with base 3.0.0
julesyan May 25, 2026
d9f3035
Update package.json
julesyan Jun 2, 2026
4648ed2
fix import
julesyan Jun 2, 2026
090d896
revert change
julesyan Jun 2, 2026
7308354
Fix package-lock
julesyan Jun 2, 2026
64dea33
Update nodes version
julesyan Jun 2, 2026
0e26d1f
Fix issues with node upgrade
julesyan Jun 2, 2026
c24186a
Bumped vscode-ibmi-types to 3.0.9
sebjulliand Jun 8, 2026
f8afdde
Merge branch 'version-update' of https://github.com/codefori/vscode-d…
julesyan Jun 8, 2026
275c0da
Bumped version to 2.0.0
sebjulliand Jun 9, 2026
8de8f6b
Use Mapepire Component exported from Code for i Core extension
sebjulliand Jun 9, 2026
954ce67
Cleaned up dependencies + bumped to node 22
sebjulliand Jun 9, 2026
f537675
Register ValidateStatementComponent and CheckStatementComponent compo…
sebjulliand Jun 9, 2026
f9fc04a
Fixed type errors
sebjulliand Jun 10, 2026
a5476b1
Update src/views/results/index.ts
julesyan Jun 10, 2026
cfc3f44
Update channel name
sebjulliand Jun 10, 2026
ead8038
Added missing description
sebjulliand Jun 10, 2026
bd45294
Fixed display
sebjulliand Jun 10, 2026
bbed8ec
Added missing import
sebjulliand Jun 10, 2026
dd5d536
Made use of existing functions
julesyan Jun 10, 2026
44f2457
withTempDirectory already gives an absolute path
sebjulliand Jun 10, 2026
84a935e
Fixed type error + cleaned build routines
sebjulliand Jun 10, 2026
dafe8ba
Fixed type issue
sebjulliand Jun 10, 2026
b60c26f
Fixed action and completion providers
sebjulliand Jun 10, 2026
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
8 changes: 4 additions & 4 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"type": "npm",
"script": "webpack-dev",
"problemMatcher": "$ts-webpack-watch",
"isBackground": false,

"isBackground": true,
"presentation": {
"reveal": "never"
"reveal": "never",
"group": "watchers"
},
"group": {
"kind": "build",
"isDefault": true,
}
}
]
}
}
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ Db2 for IBM i provides SQL functionality to VS Code.
1. This project requires VS Code and Node.js.
2. fork & clone repo
3. `npm i`
4. `npm run dsc` (to fetch the Server Component)
5. 'Run Extension' from vscode debug.
4. 'Run Extension' from vscode debug.
Loading
Loading