Skip to content

Commit c13a41d

Browse files
committed
Update LSP section in README to remove experimental flag info
1 parent a5797c9 commit c13a41d

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -124,17 +124,7 @@ For more information about how to use the GitHub Copilot CLI, see [our official
124124

125125
## 🔧 Configuring LSP Servers
126126

127-
GitHub Copilot CLI supports Language Server Protocol (LSP) for enhanced code intelligence. This feature is currently experimental and provides intelligent code features like go-to-definition, hover information, and diagnostics.
128-
129-
### Enabling LSP Support
130-
131-
To use LSP features, you must enable experimental mode:
132-
133-
```bash
134-
copilot --experimental
135-
```
136-
137-
Or use the `/experimental` command within an interactive session.
127+
GitHub Copilot CLI supports Language Server Protocol (LSP) for enhanced code intelligence. This feature provides intelligent code features like go-to-definition, hover information, and diagnostics.
138128

139129
### Installing Language Servers
140130

@@ -164,7 +154,6 @@ Example configuration:
164154
"typescript": {
165155
"command": "typescript-language-server",
166156
"args": ["--stdio"],
167-
"disabled": false,
168157
"fileExtensions": {
169158
".ts": "typescript",
170159
".tsx": "typescript"

0 commit comments

Comments
 (0)