We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd8ec69 commit cd28835Copy full SHA for cd28835
editors/code/src/extension.ts
@@ -161,7 +161,7 @@ const startLanguageServer = async (context: vscode.ExtensionContext) => {
161
for (let [name, value] of Object.entries(overridenFFlags)) {
162
if (!isAlphanumericUnderscore(name)) {
163
vscode.window.showWarningMessage(
164
- `Invalid FFlag name: '${name}'. It can only contain alphanumeric characters`
+ `Invalid FFlag name: '${name}'. It can only contain alphanumeric characters`,
165
);
166
}
167
0 commit comments