From 4e9f116343146d8af2e8ea545554cbb3eb76f2b2 Mon Sep 17 00:00:00 2001 From: Kevin Bluer Date: Tue, 11 Jan 2022 15:51:23 -0600 Subject: [PATCH 1/3] vscode extension blog post --- .../introducing-trufflesuite-vs-code/index.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/blog/introducing-trufflesuite-vs-code/index.md diff --git a/src/blog/introducing-trufflesuite-vs-code/index.md b/src/blog/introducing-trufflesuite-vs-code/index.md new file mode 100644 index 000000000..7b92d6290 --- /dev/null +++ b/src/blog/introducing-trufflesuite-vs-code/index.md @@ -0,0 +1,23 @@ +--- +title: Introducing Trufflesuite for VSCode +hide: + - navigation +--- + +As part of our [collaboration with Microsoft](https://consensys.net/blog/press-release/consensys-expands-blockchain-service-capabilities-on-microsoft-azure/), we are excited to announce that we are taking on the maintenance and evolution of the **Blockchain Development Kit for Ethereum**, which is now known as **Trufflesuite for VSCode**. + +If you're not familiar with the extension, it's designed to help [Visual Studio Code](https://code.visualstudio.com/) users *create, build and deploy smart contracts on Ethereum ledgers using the Trufflesuite of tools*. It also integrates with an array of popular projects and services such as [OpenZeppelin](https://openzeppelin.com/contracts/) and [Infura](https://infura.io/). + +## Getting Started + +If you already have the previous version of the extension installed, you should see a dialog prompting you to make the switch. Simply click "Upgrade now" and you'll be switched over, with the previous version being automatically uninstalled. + +Alternatively, if you're new to the extension, you can search for "*Trufflesuite*" in the [marketplace](https://marketplace.visualstudio.com/) and simply click install. More details are also available [here](https://marketplace.visualstudio.com/items?itemName=trufflesuite-csi.trufflesuite-vscode) + +## What's Next & Feedback + +We're going to be iterating rapidly, with a updated version of the [Truffle debugger](https://trufflesuite.com/docs/truffle/getting-started/using-the-truffle-debugger) launching shortly. + +In addition, we'd love to hear both your existing feedback and ideas about what like to see in the extension. Feel free to [get in touch directly](mailto:kevin.bluer@consensys.net) or via one of our [community channels](https://trufflesuite.com/community/). + +Last but not least, a huge thanks to the team at Microsoft that worked on the extension. We're excited to be building on all the amazing work that's gone into it thus far! From 1f564e30c05bb11c88f65c32cc47582556cbc199 Mon Sep 17 00:00:00 2001 From: Kevin Bluer Date: Tue, 11 Jan 2022 16:45:32 -0600 Subject: [PATCH 2/3] adding missing full stop --- src/blog/introducing-trufflesuite-vs-code/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/introducing-trufflesuite-vs-code/index.md b/src/blog/introducing-trufflesuite-vs-code/index.md index 7b92d6290..79218622d 100644 --- a/src/blog/introducing-trufflesuite-vs-code/index.md +++ b/src/blog/introducing-trufflesuite-vs-code/index.md @@ -12,7 +12,7 @@ If you're not familiar with the extension, it's designed to help [Visual Studio If you already have the previous version of the extension installed, you should see a dialog prompting you to make the switch. Simply click "Upgrade now" and you'll be switched over, with the previous version being automatically uninstalled. -Alternatively, if you're new to the extension, you can search for "*Trufflesuite*" in the [marketplace](https://marketplace.visualstudio.com/) and simply click install. More details are also available [here](https://marketplace.visualstudio.com/items?itemName=trufflesuite-csi.trufflesuite-vscode) +Alternatively, if you're new to the extension, you can search for "*Trufflesuite*" in the [marketplace](https://marketplace.visualstudio.com/) and simply click install. More details are also available [here](https://marketplace.visualstudio.com/items?itemName=trufflesuite-csi.trufflesuite-vscode). ## What's Next & Feedback From b32fe7b44e603ace9d21336e72236d7830ad2bfe Mon Sep 17 00:00:00 2001 From: Kevin Bluer Date: Fri, 8 Apr 2022 17:36:27 -0500 Subject: [PATCH 3/3] blog post update --- src/blog/introducing-trufflesuite-vs-code/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/blog/introducing-trufflesuite-vs-code/index.md b/src/blog/introducing-trufflesuite-vs-code/index.md index 79218622d..367a700ab 100644 --- a/src/blog/introducing-trufflesuite-vs-code/index.md +++ b/src/blog/introducing-trufflesuite-vs-code/index.md @@ -1,22 +1,22 @@ --- -title: Introducing Trufflesuite for VSCode +title: Introducing Truffle for VSCode hide: - navigation --- -As part of our [collaboration with Microsoft](https://consensys.net/blog/press-release/consensys-expands-blockchain-service-capabilities-on-microsoft-azure/), we are excited to announce that we are taking on the maintenance and evolution of the **Blockchain Development Kit for Ethereum**, which is now known as **Trufflesuite for VSCode**. +As part of our [collaboration with Microsoft](https://consensys.net/blog/press-release/consensys-expands-blockchain-service-capabilities-on-microsoft-azure/), we are excited to announce that we are taking on the maintenance and evolution of the **Blockchain Development Kit for Ethereum**, which is now known as **Truffle for VSCode**. -If you're not familiar with the extension, it's designed to help [Visual Studio Code](https://code.visualstudio.com/) users *create, build and deploy smart contracts on Ethereum ledgers using the Trufflesuite of tools*. It also integrates with an array of popular projects and services such as [OpenZeppelin](https://openzeppelin.com/contracts/) and [Infura](https://infura.io/). +If you're not familiar with the extension, it's designed to help [Visual Studio Code](https://code.visualstudio.com/) users *create, build and deploy smart contracts on Ethereum ledgers using the Trufflesuite of tools*. It also integrates with an array of popular projects and services such as [Ganache](https://github.com/trufflesuite/ganache) and [Infura](https://infura.io/). ## Getting Started If you already have the previous version of the extension installed, you should see a dialog prompting you to make the switch. Simply click "Upgrade now" and you'll be switched over, with the previous version being automatically uninstalled. -Alternatively, if you're new to the extension, you can search for "*Trufflesuite*" in the [marketplace](https://marketplace.visualstudio.com/) and simply click install. More details are also available [here](https://marketplace.visualstudio.com/items?itemName=trufflesuite-csi.trufflesuite-vscode). +Alternatively, if you're new to the extension, you can search for "*Truffle*" in the [marketplace](https://marketplace.visualstudio.com/) and simply click install. More details are also available [here](https://marketplace.visualstudio.com/items?itemName=trufflesuite-csi.trufflesuite-vscode). ## What's Next & Feedback -We're going to be iterating rapidly, with a updated version of the [Truffle debugger](https://trufflesuite.com/docs/truffle/getting-started/using-the-truffle-debugger) launching shortly. +We're going to be iterating rapidly, with a updated version of the [Truffle debugger](https://trufflesuite.com/docs/truffle/getting-started/using-the-truffle-debugger) available at launch and [large pipeline](https://github.com/trufflesuite/vscode-ext/issues) of new upcoming features and enhancements. In addition, we'd love to hear both your existing feedback and ideas about what like to see in the extension. Feel free to [get in touch directly](mailto:kevin.bluer@consensys.net) or via one of our [community channels](https://trufflesuite.com/community/).