Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #223 from trufflesuite/revert-216-develop
Browse files Browse the repository at this point in the history
Revert "`2.5.0` release from master"
  • Loading branch information
acuarica authored Sep 8, 2022
2 parents 4a9654f + 122c1e3 commit 638708a
Show file tree
Hide file tree
Showing 80 changed files with 1,454 additions and 1,643 deletions.
7 changes: 0 additions & 7 deletions .github/pull_request_template.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/core-ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: yarn eslint

- name: Tests
run: yarn test:int
run: yarn test
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: yarn install --immutable --immutable-cache --check-cache

- name: run tests
run: yarn test:int
run: yarn test

- name: update metadata in package.json
uses: onlyutkarsh/[email protected]
Expand Down
50 changes: 0 additions & 50 deletions .mocharc.js

This file was deleted.

3 changes: 2 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.vscode/**
.vscode-test/**
coverage/**
drizzleUI/**
node_modules/**
out/**
!out/src/mscorlib.js
Expand All @@ -13,6 +14,7 @@ out/**
!out/src/checkTruffleConfigTemplate.js
src/**
test/**
ui-test/**
.editorconfig
.gitignore
.npmignore
Expand All @@ -21,7 +23,6 @@ test/**
**/*.map
**/*.ts
**/webpack.*.js
**/.mocharc.js
**/coverconfig.json
.husky/**
**/GitVersion.yml
Expand Down
22 changes: 0 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,6 @@

All notable changes to the "Truffle for VSCode" extension will be documented in this file.

## 2.5.0 - _Haiku_ 😈

This release has improved support to debug over a forked network and working with multiple Truffle projects in the same workspace.
The brand new Walkthrough helps users to explore and discover the main features of the extension.
Moreover, it has some bug fixes, internal optimisations, and code refactor for better maintainability.

Give it a try and let us know what you think!

### What's Changed

- Ability to debug over a forked network [\#186](https://github.com/trufflesuite/vscode-ext/pull/186) ([xhulz](https://github.com/xhulz))
- Use `contracts_directory` from Truffle config in `Create Contract` command [\#193](https://github.com/trufflesuite/vscode-ext/pull/193) ([acuarica](https://github.com/acuarica))
- Fix Command Palette display filter for Build/Deploy/Create Contracts commands [\#192](https://github.com/trufflesuite/vscode-ext/pull/192) ([acuarica](https://github.com/acuarica))
- Add support to run out tests without VS Code Development Extension Host [\#191](https://github.com/trufflesuite/vscode-ext/pull/191) ([acuarica](https://github.com/acuarica))
- Add support for multiple Truffle config files [\#181](https://github.com/trufflesuite/vscode-ext/pull/181) ([acuarica](https://github.com/acuarica))
- Honor the `contract_build_directory` property in Deployments view [\#179](https://github.com/trufflesuite/vscode-ext/pull/179) ([acuarica](https://github.com/acuarica))
- Ability to compile a single contract [\#177](https://github.com/trufflesuite/vscode-ext/pull/177) ([xhulz](https://github.com/xhulz))
- Dashboard link has added to dashboard view panel [\#172](https://github.com/trufflesuite/vscode-ext/pull/172) ([xhulz](https://github.com/xhulz))
- Debug only works with Ganache Development Instance [\#170](https://github.com/trufflesuite/vscode-ext/pull/170) ([xhulz](https://github.com/xhulz))
- Add a Walkthrough on the Getting Started splash [\#148](https://github.com/trufflesuite/vscode-ext/pull/148) ([acuarica](https://github.com/acuarica))
- Replace `open` package with `vscode.env.openExternal` [\#195](https://github.com/trufflesuite/vscode-ext/pull/195) ([acuarica](https://github.com/acuarica))

## 2.4.0 - _Goblins_ 😈

This release has some fixes around internal optimisations for our CI/Linting and cleanup of code where we were seeing issues with building contracts in mono repos etc.
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ besu: {

## Development

We welcome pull requests.
To get started, just fork this repo, clone it locally, and run:
We welcome pull requests. To get started, just fork this repo, clone it locally, and run:

```shell
# Install
Expand All @@ -152,9 +151,6 @@ yarn install

# Test
yarn test

# Integration Test
yarn test:int
```

There are more docs online at the VS Code website on how to develop plugins at the [VS Code Docs - Extension API](https://code.visualstudio.com/api).
Expand Down
Binary file removed images/walkthrough/ganache-actions-menu.png
Binary file not shown.
Binary file removed images/walkthrough/networks-view-infura.png
Binary file not shown.
Binary file removed images/walkthrough/new-solidity-project.gif
Binary file not shown.
Loading

0 comments on commit 638708a

Please sign in to comment.