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

Continuation - 127 #128

Merged
merged 33 commits into from
Oct 13, 2023
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c87f6ec
Compute function signatures using AST and add a debounce before re-pa…
Jan 26, 2023
46170af
Move funcSig to solidity workspace, optimize codeLens, symbol provide…
Feb 1, 2023
a820b1a
Merge remote-tracking branch 'upstream/master'
Feb 2, 2023
39051a3
Add package-lock
Feb 2, 2023
5d80c5f
Modify CodeLens provider names for clarity
Feb 2, 2023
97d3d42
cleanup package.json, update deps
tintinweb Feb 14, 2023
cca1e35
ignore constructor/fallback/receive
tintinweb Feb 14, 2023
768d137
add command: funcsigs for workspace (markdown)
tintinweb Feb 14, 2023
c567d6d
new: codelens 'funcSigs' for source unit (line1)
tintinweb Feb 14, 2023
f1493d8
reimplement funcsigs for workspace
tintinweb Feb 14, 2023
963d5af
drawio export: resolve receive()/fallback() names
tintinweb Feb 14, 2023
57d5890
plantuml export: resolve receive()/fallback() names
tintinweb Feb 14, 2023
6036c17
fix: ftrace failing due to non-fs-files being passed to surya
tintinweb Feb 14, 2023
3fffd1c
fix: cockpit/external calls view failed to resolve functions that were
tintinweb Feb 14, 2023
36f1167
update changelog, prep 0.2.0
tintinweb Feb 14, 2023
f7750fc
refactor decoration
Oct 4, 2023
9a6aeb6
Add prettier and prettify all sources
Oct 5, 2023
e7b591b
More deco refactoring 🙂
Oct 5, 2023
d4f1b28
fix cockpit view for overriden functions (#138)
Oct 9, 2023
d41d873
fix external calls cockpit
Oct 9, 2023
24c77d5
fix markdown alignment
tintinweb Oct 10, 2023
55797ac
use workspace.add to force analysis (early exit if exists/cache)
tintinweb Oct 10, 2023
7220d08
select content changing events only
tintinweb Oct 10, 2023
e74f86e
fix cockpit: constructor shows up as 'null'
tintinweb Oct 10, 2023
c61986f
update dependencies
tintinweb Oct 10, 2023
478df1c
reintroduce shadowing decostyle
tintinweb Oct 11, 2023
e2ddac0
update changelog
tintinweb Oct 11, 2023
029df9a
dedupe files passed to surya
tintinweb Oct 11, 2023
1e17524
reintroduce debouncing for onDidChange events
tintinweb Oct 12, 2023
42383a0
prep 0.2.0
tintinweb Oct 13, 2023
93c5db0
update launch.json
tintinweb Oct 13, 2023
35d32d5
prep v0.2.0
tintinweb Oct 13, 2023
92173f4
update readme
tintinweb Oct 13, 2023
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
Prev Previous commit
Next Next commit
update launch.json
  • Loading branch information
tintinweb committed Oct 13, 2023
commit 93c5db0094aeb32eb485f6bce4aa7e2dfb74b029
1 change: 0 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}"],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/out/**/*.js"],
"preLaunchTask": "npm: install"
Expand Down