Skip to content

Commit

Permalink
Restore pythonKeywords setting
Browse files Browse the repository at this point in the history
Setting can't be removed unless it is configured.
  • Loading branch information
tomi committed Oct 18, 2017
1 parent 79b3e1a commit 52addd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
"default": [],
"description": "An array of files/folders that should be ignored by the parser. Glob patterns are accepted (eg. **/*bad.robot)"
},
"rfLanguageServer.pythonKeywords": {
"type": "boolean",
"default": false,
"description": "DEPRECATED. Use rfLanguageServer.includePaths instead"
},
"rfLanguageServer.logLevel": {
"type": "string",
"enum": [
Expand Down

0 comments on commit 52addd2

Please sign in to comment.