Skip to content

The reference in instructions file does not take effect in the Remote SSH environment. #249294

Open
@flycoo

Description

@flycoo

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:

  1. 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:

Image

3.when I open my project on windows,it ok

Image

  1. when I open my project on my dev-server via Remote-ssh,It don'st work !

Image

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions