[PR #1948] [MERGED] VSCode: Add Shellscript Syntax highlighting for *.func files #3308

Closed
opened 2025-11-20 06:04:05 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1948
Author: @andygrunwald
Created: 2/2/2025
Status: Merged
Merged: 2/2/2025
Merged by: @michelroegl-brunner

Base: mainHead: vscode-func-shellscript


📝 Commits (1)

  • 1911a12 VSCode: Add Shellscript Syntax highlighting for *.func files

📊 Changes

1 file changed (+5 additions, -0 deletions)

View changed files

.vscode/settings.json (+5 -0)

📄 Description

✍️ Description

*.func files won't be recognized as shellscript files.
This Pull Request adds configuration for VSCode to add proper syntax highlighting for *.func files.

Prerequisites

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

  • [] Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • [] New script (a fully functional and thoroughly tested script or set of scripts)

📋 Additional Information (optional)

None


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/1948 **Author:** [@andygrunwald](https://github.com/andygrunwald) **Created:** 2/2/2025 **Status:** ✅ Merged **Merged:** 2/2/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `vscode-func-shellscript` --- ### 📝 Commits (1) - [`1911a12`](https://github.com/community-scripts/ProxmoxVE/commit/1911a126e1c8d5ff72fd584103472348c2f40ab4) VSCode: Add Shellscript Syntax highlighting for *.func files ### 📊 Changes **1 file changed** (+5 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.vscode/settings.json` (+5 -0) </details> ### 📄 Description ## ✍️ Description `*.func` files won't be recognized as shellscript files. This Pull Request adds configuration for VSCode to add proper syntax highlighting for `*.func` files. ## ✅ Prerequisites - [X] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [X] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change - [] Bug fix (non-breaking change that resolves an issue) - [X] New feature (non-breaking change that adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [] New script (a fully functional and thoroughly tested script or set of scripts) --- ## 📋 Additional Information (optional) None --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:04:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3308