Skip to content

Commit a26fd02

Browse files
committed
v0.0.3
1 parent d455552 commit a26fd02

File tree

3 files changed

+25
-13
lines changed

3 files changed

+25
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.0.3
4+
5+
- Build system updates to make it closer to shiny-vscode
6+
- Adding Golem Framework
7+
38
## 0.0.2
49

510
- Downgrading vscode requirement to match shiny extension.
@@ -8,4 +13,4 @@
813

914
## 0.0.1
1015

11-
- Initial release
16+
- Initial release

README.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# Shinyframeworks - VS Code Extension
22

33
Shiny Frameworks is an extension designed to enhance your development workflow with [Shiny](https://shiny.posit.co), providing streamlined tools to simplify common tasks across a variety of Shiny frameworks. Currentlt suported frameworks are:
4-
* R:
5-
1. shiny
6-
2. rhino
4+
5+
- R:
6+
1. shiny
7+
2. rhino
8+
3. golem
79

810
## Features
911

10-
* Select Framework: Quickly choose from a list of supported Shiny frameworks to tailor your workflow to the specific tools and features of your project.
11-
* Create App: Instantly generate a new app structure based on the selected framework, making it easier to start building your Shiny application without worrying about setup.
12-
* Create Module: Effortlessly create modular components within your Shiny app, using the best practices and conventions of your chosen framework.
13-
* Run Addins: Seamlessly access and execute addins specific to the selected framework, directly from VS Code, to streamline your development process.
12+
- Select Framework: Quickly choose from a list of supported Shiny frameworks to tailor your workflow to the specific tools and features of your project.
13+
- Create App: Instantly generate a new app structure based on the selected framework, making it easier to start building your Shiny application without worrying about setup.
14+
- Create Module: Effortlessly create modular components within your Shiny app, using the best practices and conventions of your chosen framework.
15+
- Run Addins: Seamlessly access and execute addins specific to the selected framework, directly from VS Code, to streamline your development process.
1416

1517
<!--## Requirements
1618
@@ -19,17 +21,22 @@ If you have any requirements or dependencies, add a section describing those and
1921
## Extension Settings
2022

2123
This extension contributes the following settings:
22-
* `shinyframeworks.framework.defaultLanguage`:
23-
This setting determines the default programming language (e.g., R or Python) to be used for your Shiny framework-based projects within the workspace. When you select a framework using the Select Framework command, this setting is automatically updated to reflect the language associated with the chosen framework. This ensures that any new apps or modules you create are set up with the appropriate language without needing manual configuration.
24-
* `shinyframeworks.framework.defaultFramework`:
25-
This setting defines the default Shiny framework to be used in the current workspace. When you use the Select Framework command to choose a framework, this setting is automatically updated to reflect the selected framework. This ensures that new apps, modules, and related addins are tailored to the specific framework, streamlining your development process.
24+
25+
- `shinyframeworks.framework.defaultLanguage`:
26+
This setting determines the default programming language (e.g., R or Python) to be used for your Shiny framework-based projects within the workspace. When you select a framework using the Select Framework command, this setting is automatically updated to reflect the language associated with the chosen framework. This ensures that any new apps or modules you create are set up with the appropriate language without needing manual configuration.
27+
- `shinyframeworks.framework.defaultFramework`:
28+
This setting defines the default Shiny framework to be used in the current workspace. When you use the Select Framework command to choose a framework, this setting is automatically updated to reflect the selected framework. This ensures that new apps, modules, and related addins are tailored to the specific framework, streamlining your development process.
2629

2730
<!-- ## Known Issues
2831
2932
Calling out known issues can help limit users opening duplicate issues against your extension.-->
3033

3134
## Release Notes
3235

36+
### 0.0.3
37+
38+
Updating build system and adding **golem** framework
39+
3340
### 0.0.2
3441

3542
Fixing some bugs detected in initial release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"icon": "logo.png",
55
"displayName": "shinyframeworks",
66
"description": "Shiny Frameworks VS Code Extension",
7-
"version": "0.0.2",
7+
"version": "0.0.3",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/davidrsch/shinyframeworks-vscode"

0 commit comments

Comments
 (0)