* Sketch preview project type.
* Switch to language model rather than separate (sub) languages.
* Exclude Python v2+ from creating functions on project create.
* Store project language model in workspace settings.
* Add project-level function source.
* Use "isolated mode" detection of functions for Python v2+.
* Open function .py file on project creation.
* Detect Python language model.
* Add Python preview to VS Code init list.
* Extract python preview model into constant.
* Sketch prompt for Python function location.
* Sketch selecting a script.
* Sketch opening template.
* Append new function to file.
* Enforce storage configuration for Python V2+.
* Exclude extension bundles from Python V2+ projects.
* Check for valid Functions version.
* Complete merge from `main`.
* Resolve linter warnings.
* Updates per PM feedback.
* Updates per PR feedback.
* Shift subwizard to separate class.
* Move Python location script up front.
* Move Python script name prompt up front.
* Switch to local content provider.
* Fake Markdown for trigger template.
* Tweak text.
* Move content to query string.
* Sketch embedding PyStein templates in extension.
* Add Python Preview templates to verified list.
* Exclude OpenAPI function from PyStein projects.
* Account for lack of new files in function creation.
* Use template for project.
* Fix finding MD content in template.
* Disable name prompt for V2.
* Update required Function host version, add whitespace during append.
* Update version number.
* Replace direct use of fs-extra.
* Add notes for preview Python model numbering.
* More notes.
* Show getting started MD on creation.
* Do not expose properties commands from PyStein functions in tree.
* Exclude PyStein from re-adding bundle property on function create.
* Updates to documentation per feedback in PR.
* Update supported PyStein version number and comments.
* Allow opening MD to the side.
* Use opt-out list instead of opt-in.
* SqlBindingTrigger template changes
* Use AzExtFsUtils where possible
* recursive delete/overwrite copy
* Overwrite backup templates when copying them
* Try to revert package.json
* Change fse.remove to .deleteResource
* Change defaultTestFuncVersion to v4 and some other test fixes
* Download v4 version instead of v3
* standaloneCli changed to coreTools in releases json
* More test fixes
* Increase the minimum version in the test because the local version will be v4