Initial Commit
This commit is contained in:
12
languages.toml
Normal file
12
languages.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[[language]]
|
||||
name = 'powershell'
|
||||
scope = 'source.ps1'
|
||||
file-types = ['ps1', 'psm1']
|
||||
roots = ['.git']
|
||||
comment-token = '#'
|
||||
indent = { tab-width = 4, unit = 't' }
|
||||
language-servers = [ 'powershell-editor-services' ]
|
||||
|
||||
[language-server.powershell-editor-services]
|
||||
command = 'pwsh'
|
||||
args = ['-NoLogo', '-NoProfile', '-Command', 'C:\\PowerShellEditorServices\\PowerShellEditorServices\\Start-EditorServices.ps1 -BundledModulesPath C:\\PowerShellEditorServices -SessionDetailsPath C:\\PowerShellEditorServices\\PowerShellEditorServices.sessions.json -LogPath C:\\PowerShellEditorServices\\PowerShellEditorServices.log -FeatureFlags @() -AdditionalModules @() -HostName helix -HostProfileId 0 -HostVersion 1.0.0 -Stdio -LogLevel Normal']
|
||||
Reference in New Issue
Block a user