Skip to content

Commit 04e2fd4

Browse files
committed
update: increment versions
1 parent cb2b0de commit 04e2fd4

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
Gimlet is a VSCode Extension that makes Solana smart contract debugging seamless, automated, and fully integrated into the VS Code experience, eliminating the need for manual configuration or terminal-only workflows.
44

5-
#### Install Gimlet from [here](https://marketplace.visualstudio.com/items?itemName=emilroydev.gimlet-beta)
6-
75
---
86

97
## Table of Contents

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Debug Solana programs easily",
55
"publisher": "limechain",
66
"icon": "images/logo.png",
7-
"version": "0.1.9",
7+
"version": "0.1.10",
88
"galleryBanner.color": {
99
"color": "#21214c",
1010
"theme": "dark"

src/state/globalState.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class GimletGeneralState {
1616
this.tcpPort = DEFAULT_TCP_PORT;
1717
}
1818

19+
// TODO: Implement a mechanism to allow user to pass custom path trough gimlet.json config file.
1920
getLldbLibraryPath() {
2021
const libPath = path.join(
2122
os.homedir(),

0 commit comments

Comments
 (0)