Results 5 comments of Peter Böttges

The issue seems to be that regions defined as `/* #region */` do not/no longer get recognized by VS Code as foldable. However, `#region` still works: ```json "maptz.regionfolder": { "[php]":...

I really appreciate the large site support, but please do not forget about the fact that larger sites with more content also require a role-based group management system for editors...

There is an extension called "Toggle" ([Marketplace](https://marketplace.visualstudio.com/items?itemName=rebornix.toggle), [Github](https://github.com/rebornix/vscode-toggle)) which could be the missing piece. It allows to map keybindings in VS Code to toggle between settings in the users's `settings.json`....

```applescript set dockplistpath to "~/Library/Preferences/com.apple.dock.plist" tell application "System Events" tell property list file dockplistpath tell contents set dockishidden to value of property list item "autohide" end tell end tell end...

Is it possible to extract the used model for the given conversation as a variable? Ideally `{model}` would expand to the corresponding "Default (GPT-3.5)", "GPT-4", etc. Thank you for the...