- [853] Add light and dark paths for submenu icon
- [854] Add icon to create command
- [897] Add and default .NET 8.0 to
createHttpFunction
target framework
- [849] Remove
onCommand
activation events - [914] Upgrade utils to v2.5.6
- [921] Upgrade packages for additional telemetry updates
- Add HTML preset by @alexweininger in #835
- Add actions submenu to workspace view title by @alexweininger in #838
- Fix detecting linked environments by @alexweininger in #843
- Fix creating SWA in browser CodeSpaces by @alexweininger in #841
- Update shared packages to v2 by @alexweininger in #836
- Upgrade to TS 5.1.3 by @alexweininger in #837
- Use
@vscode/vsce
instead ofvsce
by @bwateratmsft in #839
- Add support for the upcoming Azure Resources Focus feature
- VS Code for the Web support. Create and deploy Static Web Apps right from the browser with vscode.dev! @nturinski in #801
- Basic support for debugging Static Web Apps that use Data API builder for Azure Databases by @alexweininger in #808
- SvelteKit build preset by @nturinski in #816
- Suppress not github repo error by @nturinski in #811
- Bump simple-git from 3.15.1 to 3.16.0 by @dependabot in #787
- Allow creating .NET 7.0 Functions by @alexweininger in #759
- Forward compatibility with Azure Resources API v2 by @alexweininger in #778
- Remove support for creating .NET Core 3.1 functions by @alexweininger in #760
- Fix readme badges by @bwateratmsft in #751
- Use new
getExtensionExports
util by @alexweininger in #772 - Add .nvmrc file by @alexweininger in #774
- Migrate to @vscode/test-electron package by @alexweininger in #779
- Bump @xmldom/xmldom from 0.7.5 to 0.7.8 by @dependabot in #756
- Bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #762
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #769
- Bump qs from 6.10.1 to 6.11.0 by @dependabot in #771
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #763
- Bump simple-git from 3.5.0 to 3.15.1 by @dependabot in #773
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #776
- Update @vscode/extension-telemetry to 0.6.2 #715
- Debug task shell quoting #718
- Upgrade shared packages #705
- Removed bad semver check to fix CLI update notification #710
- Removed Next.js (SSR) build preset link in the dropdown until full supporting implementation is added #695
We've made some large design changes to the Azure extensions for VS Code. View App Centric release notes
- Support for creating Static Web Apps using Next.js #658
- Support for creating .NET 6 HTTP Functions #595
- Minimum version of VS Code is now 1.62.1
- Unable to debug non-Node.JS Functions #618
-
Dynamic debugging to easily debug your static web app using the Azure Static Web Apps CLI #557
-
Autocomplete and validation for swa-cli.config.json files
-
$swa-watch
problem matcher for Azure Static Web Apps CLI tasks #531
- Renamed "Edit Configuration" command to "Edit Workflow" #546
- Build presets are now grouped in the quick pick to match the portal #556
- Placeholder text on the location step has been changed to clarify region/location selection #554
- Colored icons to the GitHub action job and step tree nodes
- Static Web Apps CLI
- Install or update the CLI using the
Install or Update Azure Static Web Apps CLI
command - Uninstall the CLI using the
Uninstall Azure Static Web Apps CLI
command - Check for a new version of the CLI on startup
- Install or update the CLI using the
- View GitHub action logs from Actions tree node
- Limited support for virtual workspaces
- Learn More buttons (?) for select prompts to help clarify unfamiliar concepts
- Minimum version of VS Code is now 1.57.0
- Auto-detects Function API folders for
Create Static Web App...
andCreate HTTP Trigger...
- Location prompt included in
Create Static Web App...
- Resource Group prompt is first in
Create Static Web App... (Advanced)
- Output location default for Angular includes placeholder to add project name
- Git project validation prior to
Create Static Web App...
- After creating a Static Web App,
git pull
is executed to retrieve the GitHub Actions workflow file - GitHub Configuration tree item when SWA is connected to local project
Create Configuration File
command to addstaticwebapp.config.json
- Standard SKU option for
Create Static Web App... (Advanced)
Create Static Web App...
requires an opened workspace in VS Code- Location, API location, GitHub org, and repo privacy steps have default values for
Create Static Web App...
- Use
Create Static Web App... (Advanced)
for a more customizable creation
- Use
- (Preview) label 🎉
- Now depends on the "Azure Resources" extension, which provides a "Resource Groups" and "Help and Feedback" view
- IntelliSense for
staticwebapp.config.json
file - Experimental framework to test incremental changes
- "Report an Issue" button was removed from errors. Use the "Help and Feedback" view or command palette instead
- Minimum version of VS Code is now 1.53.0
- Icons updated to match VS Code's theme. Install new product icon themes here
- Build presets pre-generate values for app, api, and output locations that must be confirmed
- Publish local projects directly to GitHub
- Advanced creation to provide more control when creating static web apps
- Download remote app settings
- Notification for when long running GitHub actions complete
- Functions/App Setting tree items replaced with a "Learn How" node if build doesn't contain functions
Create New Static Web App
wizard now asks for deployment method- Completed GitHub actions cannot be cancelled, on-going actions cannot be re-run
- Messaging of prompts after static web app creation
- Support for Python and C# API endpoints
- Folder structure will be displayed for the app and api location steps when creating static web apps
- Display GitHub Actions under environments
- Rerun and cancel actions
- View individual jobs and their statuses
- Edit configuration file
- Show documentation from the Azure Static Web Apps (Preview) ribbon
- Delete environments
- Display Function triggers in tree
Open Repo in GitHub
context menu on Environment item
- Visual Studio Code - Insiders is no longer a requirement
- Azure Functions extension is no longer a direct dependency
- Default value for application code location step changed from 'app' to '/'
- View, create, browse, and delete Azure Static Web Apps (Preview)
- View a static web app's environments
- Create JavaScript/TypeScript HTTP Functions
- View, add, edit, and delete Application Settings