We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0d09cf commit ca41e24Copy full SHA for ca41e24
1 file changed
src/vs/platform/configuration/node/nodeConfigurationService.ts
@@ -21,7 +21,10 @@ import { IEnvironmentService } from 'vs/platform/environment/common/environment'
21
* Configuration service to be used in the node side.
22
* TODO@Joao:
23
* - defaults handling
24
- * - async reading
+ * - async reading:
25
+ * - read async at construction and on file change event. but if someone
26
+ * calls getConfiguration before that first async call is done, just do
27
+ * it sync
28
*
29
* At some point, an async get() on the configuration service would be
30
* much easier to implement and reason about. IConfigurationService2?
0 commit comments