Shane Lillie
Shane Lillie
I think I'm also having this issue on the 3.0.0 beta. I have essentially this setup: ``` ``` ``` onEnableStartTime(config: FormGroup, event: MatCheckboxChange) { const startTimeCtrl = config.get('start_time')!; if (event.checked...
Unless I'm misunderstanding how this works, this: `const result = moment({year, month, date, hour, minute});` is the moment being created in local time, meaning the useUtc value is ignored.
Any chance we'll see this make its way into a milestone soon? The project I work with is too large to have a config file in every folder of the...
I don't believe it does, unless there's something that I'm missing in how it should be setup. We are currently doing this in our settings.json in the workspace's .vscode folder:...
@sean-mcmanus this is what I get from the diagnostics: ``` -------- Diagnostics - 7/25/2019, 2:25:32 PM Version: 0.24.1 Current Configuration: { "intelliSenseMode": "msvc-x64", "name": "Appname Win7 Release", "cppStandard": "c++17", "cStandard":...
Ah, ok. I didn't have a .cpp opened when I ran it the first time. Here is what comes out of the Includes section: ``` Includes: D:\EXTERNALS\VCPKG\INSTALLED\X64-WINDOWS-STATIC\INCLUDE C:\PROGRAM FILES (X86)\MICROSOFT...
Well now I'm confused because the log is saying this: ``` Folder: D:/.../SRC/NET/LIBS/ will be indexed Folder: D:/.../_LOCAL/VSCODE/NET/APPNAME/ will be indexed Folder: D:/.../SRC/CORE/LIBS/ will be indexed Folder: D:/.../SRC/NET/APPS/APPNAME/ will be...