-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from dougransom/main
- Loading branch information
Showing
12 changed files
with
267 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
|
||
[directories] | ||
made_up=fake_package1 | ||
made_up_2 = c:\ | ||
#made_up_3 = nonexistant #this one should be discarded so there should be 2 directories on load. | ||
|
||
[userenglish-directories] | ||
#nothing to see here | ||
|
||
[userspanish-directories] | ||
#nothing to see here | ||
|
||
[settings] | ||
|
||
# log_level: the log level to set the Natlink logger to. | ||
# Possible values are: CRITICAL, FATAL, ERROR, WARNING, INFO, DEBUG, NOTSET | ||
# (default: NOTSET) | ||
log_level = DEBUG | ||
# | ||
# Determine when to check for new or changed scripts and then load or reload them. | ||
# | ||
# Load scripts after Dragon has loaded Natlink (default: True) | ||
load_on_startup = True | ||
# | ||
# At the beginning of each utterance (default: False) | ||
load_on_begin_utterance = False | ||
|
||
# When the microphone state changes to "on" (default: True) | ||
load_on_mic_on = False | ||
|
||
# load or reload when the user profile changes. | ||
load_on_user_changed = True | ||
|
||
#made up setting for test | ||
made_up_setting = "Made Up" #made up comment | ||
[settings.debugadapterprotocol] | ||
|
||
dap_enabled = False | ||
dap_port = 7474 | ||
dap_wait_for_debugger_attach_on_startup = False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
|
||
[directories] | ||
made_up=fake_package1 | ||
made_up_2 = c:\ | ||
#made_up_3 = nonexistant #this one should be discarded so there should be 2 directories on load. | ||
|
||
[userenglish-directories] | ||
#nothing to see here | ||
|
||
[userspanish-directories] | ||
#nothing to see here | ||
|
||
[settings] | ||
|
||
# log_level: the log level to set the Natlink logger to. | ||
# Possible values are: CRITICAL, FATAL, ERROR, WARNING, INFO, DEBUG, NOTSET | ||
# (default: NOTSET) | ||
log_level = DEBUG | ||
# | ||
# Determine when to check for new or changed scripts and then load or reload them. | ||
# | ||
# Load scripts after Dragon has loaded Natlink (default: True) | ||
load_on_startup = True | ||
# | ||
# At the beginning of each utterance (default: False) | ||
load_on_begin_utterance = False | ||
|
||
# When the microphone state changes to "on" (default: True) | ||
load_on_mic_on = False | ||
|
||
# load or reload when the user profile changes. | ||
load_on_user_changed = True | ||
|
||
#made up setting for test | ||
made_up_setting = "Made Up" #made up comment | ||
[settings.debugadapterprotocol] | ||
|
||
dap_enabled = True | ||
dap_port = 0 | ||
dap_wait_for_debugger_attach_on_startup = True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
|
||
[directories] | ||
made_up=fake_package1 | ||
made_up_2 = c:\ | ||
#made_up_3 = nonexistant #this one should be discarded so there should be 2 directories on load. | ||
|
||
[userenglish-directories] | ||
#nothing to see here | ||
|
||
[userspanish-directories] | ||
#nothing to see here | ||
|
||
[settings] | ||
|
||
# log_level: the log level to set the Natlink logger to. | ||
# Possible values are: CRITICAL, FATAL, ERROR, WARNING, INFO, DEBUG, NOTSET | ||
# (default: NOTSET) | ||
log_level = DEBUG | ||
# | ||
# Determine when to check for new or changed scripts and then load or reload them. | ||
# | ||
# Load scripts after Dragon has loaded Natlink (default: True) | ||
load_on_startup = True | ||
# | ||
# At the beginning of each utterance (default: False) | ||
load_on_begin_utterance = False | ||
|
||
# When the microphone state changes to "on" (default: True) | ||
load_on_mic_on = False | ||
|
||
# load or reload when the user profile changes. | ||
load_on_user_changed = True | ||
|
||
#made up setting for test | ||
made_up_setting = "Made Up" #made up comment | ||
|
||
|
||
#test without this section | ||
#[settings.debugadapterprotocol] | ||
#expected False,0, False |
Oops, something went wrong.