This repository has been archived by the owner on Mar 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Feature/command provider poc #204
Draft
michaeljohnbennett
wants to merge
24
commits into
develop
Choose a base branch
from
feature/command-provider-poc
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Jul 26, 2022
-
Add in POC to test other providers under the hood.
Configuration menu - View commit details
-
Copy full SHA for 001c69d - Browse repository at this point
Copy the full SHA 001c69dView commit details -
fix: adding in tests and typings to make chai/mocha work
Lot of fuffing around to figure out what to mock when doing a test.
Configuration menu - View commit details
-
Copy full SHA for 0ed7d89 - Browse repository at this point
Copy the full SHA 0ed7d89View commit details
Commits on Aug 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dabb72a - Browse repository at this point
Copy the full SHA dabb72aView commit details -
Removing unused config elements also.
Configuration menu - View commit details
-
Copy full SHA for af4eaaa - Browse repository at this point
Copy the full SHA af4eaaaView commit details
Commits on Aug 5, 2022
-
More refactoring and adding HH component finder.
Configuration menu - View commit details
-
Copy full SHA for e8c58b6 - Browse repository at this point
Copy the full SHA e8c58b6View commit details
Commits on Aug 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8126c63 - Browse repository at this point
Copy the full SHA 8126c63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e804e2 - Browse repository at this point
Copy the full SHA 2e804e2View commit details
Commits on Aug 15, 2022
-
Output channel has a wrapper to make logging easier.
Configuration menu - View commit details
-
Copy full SHA for 27f20a7 - Browse repository at this point
Copy the full SHA 27f20a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b13ae39 - Browse repository at this point
Copy the full SHA b13ae39View commit details -
Fixed the NPM and code which found/resolved the paths for projects into an abstract resolver. Hasn't been merged over the truffle code write now but put into a seperate namespace to keep it isolated and for comment.
Configuration menu - View commit details
-
Copy full SHA for b8904b6 - Browse repository at this point
Copy the full SHA b8904b6View commit details
Commits on Aug 24, 2022
-
removed some dead imports and lowered the hardhat min version.
Configuration menu - View commit details
-
Copy full SHA for 18b9882 - Browse repository at this point
Copy the full SHA 18b9882View commit details
Commits on Nov 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5d84c97 - Browse repository at this point
Copy the full SHA 5d84c97View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecd92be - Browse repository at this point
Copy the full SHA ecd92beView commit details -
fix: project based compilation working
Added in methods to make folder based ExtensionMapping work. Still an odd issue that the picker per project is happening twice but will be easy enough to figure out whats going on.
Configuration menu - View commit details
-
Copy full SHA for e002cb6 - Browse repository at this point
Copy the full SHA e002cb6View commit details
Commits on Nov 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b8f3da9 - Browse repository at this point
Copy the full SHA b8f3da9View commit details
Commits on Nov 9, 2022
-
moving the code to be more workspace aware. adding code to handle workspaces that have no/unknown frameworks installed so they fail gracefully. TODO: somehow add in a notification on UnknownExtensionAdapter.ts to warn user their commands are benign.
Configuration menu - View commit details
-
Copy full SHA for 9ae11c7 - Browse repository at this point
Copy the full SHA 9ae11c7View commit details
Commits on Nov 14, 2022
-
update to latest sinon (was very old) refactored out the old TruffleWorkspace code and move everything to AbstractWorkspace aware. workspace.ts removed and refactored to a Helper class WorkspaceHelpers .ts which now has all the base workspace helpers that are more VSCode specific. Core commands and TruffleCommands.ts are all AbstractWorkspace aware now as well. Tests cleaned up. A few placeholders added to wire out tomorrow.
Configuration menu - View commit details
-
Copy full SHA for 2c0f847 - Browse repository at this point
Copy the full SHA 2c0f847View commit details
Commits on Nov 16, 2022
-
Add in chai as promised to help with promise testing. Fixed the tests around workspace resolving and got good coverage on all paths.
Configuration menu - View commit details
-
Copy full SHA for 3c01bfe - Browse repository at this point
Copy the full SHA 3c01bfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90a7f12 - Browse repository at this point
Copy the full SHA 90a7f12View commit details
Commits on Nov 17, 2022
-
chore: removing copyright cleanup
Stopped updating copyright automagically.
Configuration menu - View commit details
-
Copy full SHA for 7bfb7fe - Browse repository at this point
Copy the full SHA 7bfb7feView commit details
Commits on Nov 18, 2022
-
chore: post merge refactor/cleanup
Fixing tests and optimising the code before I can do the next part which is abstract out the truffle resolver code for config etc.
Configuration menu - View commit details
-
Copy full SHA for 75e4935 - Browse repository at this point
Copy the full SHA 75e4935View commit details
Commits on Nov 21, 2022
-
Reworking the mocks to work in the VSCode integration test environment.
Configuration menu - View commit details
-
Copy full SHA for 19a3be6 - Browse repository at this point
Copy the full SHA 19a3be6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ed78f4 - Browse repository at this point
Copy the full SHA 5ed78f4View commit details
Commits on Nov 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3addbe8 - Browse repository at this point
Copy the full SHA 3addbe8View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.