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 c28c08e commit 0ee2f24Copy full SHA for 0ee2f24
lib/main.js
@@ -15,7 +15,7 @@ class SourceKitLanguageClient extends AutoLanguageClient {
15
}
16
17
startServerProcess() {
18
- this.supportedExtensions = ['*.c', '*.m', '*.cpp', '*.h', '*.swift'];
+ this.supportedExtensions = ['*.c', '*.m', '*.cpp', '*.hh', '*.cc', '*.hpp', '*.h', '*.swift'];
19
20
const sourceKitServerPath = atom.config.get('ide-sourcekit.sourceKitServer.path');
21
console.log('sourceKitServerPath', sourceKitServerPath);
0 commit comments