You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Could be nice to add wrapping to the logger?
160
+
logger.info(
161
+
" The code-server project does not provide stability guarantees or commit to fixing bugs relating to these experimental features. When filing bug reports, please ensure that you can reproduce the bug with all experimental features turned off.",
162
+
)
163
+
}
164
+
149
165
if(!args.socket&&args.open){
150
166
// The web socket doesn't seem to work if browsing with 0.0.0.0.
0 commit comments