Open
Description
Does this issue occur when all extensions are disabled?: Yes/No
- VS Code Version: 1.100.2
- OS Version: Ubuntu 24.04.2 LTS
Steps to Reproduce:
- create file php-specific.instructions.md in .github/instructions
---
applyTo: "**/*.php"
---
Apply the [general coding guidelines](./general-coding.instructions.md) to all code.
## PHP Version Requirements
- Enable strict_types=1 in all files
2.create file general-coding.instructions.md in .github/instructions
---
applyTo: "**"
---
# Project General Coding Standards
## Naming Conventions
- Use PascalCase for class names
the bellow is my files structs:
3.when I open my project on windows,it ok
- when I open my project on my dev-server via Remote-ssh,It don'st work !
Metadata
Metadata
Assignees
Labels
No labels